From 4982a77e56bba5c21964cf55a55c40525cd0f399 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Sat, 27 Feb 2010 12:12:56 +0000 Subject: 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 --- libavcodec/ivi_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/ivi_common.c') diff --git a/libavcodec/ivi_common.c b/libavcodec/ivi_common.c index 2606a925ee..0a58a689f5 100644 --- a/libavcodec/ivi_common.c +++ b/libavcodec/ivi_common.c @@ -89,7 +89,7 @@ int ff_ivi_create_huff_from_desc(const IVIHuffDesc *cb, VLC *vlc, int flag) (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]; -- cgit v1.2.1