mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-02-17 11:28:05 +00:00
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…
x
Reference in New Issue
Block a user