diff ivi_common.c @ 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 f65b3f7186b5
children d617766bf19b
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];