diff mlpdec.c @ 8693:18737839ed27 libavcodec

Add missing void keyword to parameterless function declarations.
author diego
date Fri, 30 Jan 2009 18:38:25 +0000
parents 5b3c90656fdf
children e9d9d946f213
line wrap: on
line diff
--- a/mlpdec.c	Fri Jan 30 17:15:08 2009 +0000
+++ b/mlpdec.c	Fri Jan 30 18:38:25 2009 +0000
@@ -141,7 +141,7 @@
 
 /** Initialize static data, constant between all invocations of the codec. */
 
-static av_cold void init_static()
+static av_cold void init_static(void)
 {
     INIT_VLC_STATIC(&huff_vlc[0], VLC_BITS, 18,
                 &ff_mlp_huffman_tables[0][0][1], 2, 1,