Mercurial > libavcodec.hg
changeset 11308:06e2ff1295bd libavcodec
Make it clear that ff_ivi_init_static_vlc() does not need arguments
author | kostya |
---|---|
date | Sat, 27 Feb 2010 12:12:56 +0000 |
parents | eefbe8dadcd2 |
children | d617766bf19b |
files | ivi_common.c ivi_common.h |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ivi_common.c Sat Feb 27 04:09:48 2010 +0000 +++ b/ivi_common.c Sat Feb 27 12:12:56 2010 +0000 @@ -89,7 +89,7 @@ (flag ? INIT_VLC_USE_NEW_STATIC : 0) | INIT_VLC_LE); } -void ff_ivi_init_static_vlc() +void ff_ivi_init_static_vlc(void) { int i; static VLC_TYPE table_data[8192 * 16][2];
--- a/ivi_common.h Sat Feb 27 04:09:48 2010 +0000 +++ b/ivi_common.h Sat Feb 27 12:12:56 2010 +0000 @@ -205,7 +205,7 @@ /** * 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.