Commit 64863965 authored by Michael Niedermayer's avatar Michael Niedermayer

more cosmetics so that doxygen output is readable ...

Originally committed as revision 1640 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a1adf436
This diff is collapsed.
......@@ -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;
......
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