Commit 98c8c9e8 authored by michaelni's avatar michaelni

more cosmetics so that doxygen output is readable ...


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1640 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 95b4ba9e
This diff is collapsed.
...@@ -263,7 +263,7 @@ static inline int get_bits_count(GetBitContext *s); ...@@ -263,7 +263,7 @@ static inline int get_bits_count(GetBitContext *s);
typedef struct VLC { typedef struct VLC {
int bits; int bits;
VLC_TYPE (*table)[2]; // code, bits VLC_TYPE (*table)[2]; ///< code, bits
int table_size, table_allocated; int table_size, table_allocated;
} VLC; } VLC;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment