mirror of https://git.ffmpeg.org/ffmpeg.git
more cosmetics so that doxygen output is readable ...
Originally committed as revision 1640 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a1adf436cb
commit
6486396546
File diff suppressed because it is too large
Load Diff
|
@ -263,7 +263,7 @@ static inline int get_bits_count(GetBitContext *s);
|
|||
|
||||
typedef struct VLC {
|
||||
int bits;
|
||||
VLC_TYPE (*table)[2]; // code, bits
|
||||
VLC_TYPE (*table)[2]; ///< code, bits
|
||||
int table_size, table_allocated;
|
||||
} VLC;
|
||||
|
||||
|
|
Loading…
Reference in New Issue