diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2010-02-27 12:12:56 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2010-02-27 12:12:56 +0000 |
commit | 4982a77e56bba5c21964cf55a55c40525cd0f399 (patch) | |
tree | 78fc0ef7a3bbf2b38215b549c28b4269e0975ba8 /libavcodec/ivi_common.h | |
parent | 185a885bad15aceaa515d456442a8a7cc6099fb2 (diff) | |
download | ffmpeg-4982a77e56bba5c21964cf55a55c40525cd0f399.tar.gz |
Make it clear that ff_ivi_init_static_vlc() does not need arguments
Originally committed as revision 22091 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ivi_common.h')
-rw-r--r-- | libavcodec/ivi_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ivi_common.h b/libavcodec/ivi_common.h index 5450e01398..95ab506fc6 100644 --- a/libavcodec/ivi_common.h +++ b/libavcodec/ivi_common.h @@ -205,7 +205,7 @@ int ff_ivi_create_huff_from_desc(const IVIHuffDesc *cb, VLC *vlc, int flag); /** * Initializes static codes used for macroblock and block decoding. */ -void ff_ivi_init_static_vlc(); +void ff_ivi_init_static_vlc(void); /** * Decodes a huffman codebook descriptor from the bitstream. |