1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-07-22 04:04:14 +02: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:
Michael Niedermayer 2003-03-06 15:56:56 +00:00
parent a1adf436cb
commit 6486396546
2 changed files with 303 additions and 291 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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;