diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-03-06 15:56:56 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-03-06 15:56:56 +0000 |
commit | 64863965466c7260ea934ba4d4db08692dae2264 (patch) | |
tree | ebdde0a31102f5c17c9a18dc9e1af5dffff60315 /libavcodec/common.h | |
parent | a1adf436cb4144f4bfc22c0aa915f6bc9e67db11 (diff) | |
download | ffmpeg-64863965466c7260ea934ba4d4db08692dae2264.tar.gz |
more cosmetics so that doxygen output is readable ...
Originally committed as revision 1640 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/common.h')
-rw-r--r-- | libavcodec/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/common.h b/libavcodec/common.h index b65e8bd991..a8f31a4b79 100644 --- a/libavcodec/common.h +++ b/libavcodec/common.h @@ -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; |