diff ivi_common.h @ 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 b75449aaea3e
children d617766bf19b
line wrap: on
line diff
--- 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.