diff h264.c @ 4783:011fb289e3b0 libavcodec

changes some function declarations from () to (void) as per ansi c. Patch by Stefan Huehner % stefan A huehner P org %
author gpoirier
date Wed, 04 Apr 2007 11:51:08 +0000
parents 25dd62b93846
children 522e52c630bd
line wrap: on
line diff
--- a/h264.c	Wed Apr 04 11:43:08 2007 +0000
+++ b/h264.c	Wed Apr 04 11:51:08 2007 +0000
@@ -3029,7 +3029,7 @@
     prefetch_motion(h, 1);
 }
 
-static void decode_init_vlc(){
+static void decode_init_vlc(void){
     static int done = 0;
 
     if (!done) {