# HG changeset patch # User kostya # Date 1267272776 0 # Node ID 06e2ff1295bdcba716965ba238e77f16e673833a # Parent eefbe8dadcd2d83f8b7aae9d1e4c51736604a98d Make it clear that ff_ivi_init_static_vlc() does not need arguments diff -r eefbe8dadcd2 -r 06e2ff1295bd ivi_common.c --- 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]; diff -r eefbe8dadcd2 -r 06e2ff1295bd ivi_common.h --- 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.