comparison 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
comparison
equal deleted inserted replaced
4782:bca8924ed36c 4783:011fb289e3b0
3027 } 3027 }
3028 3028
3029 prefetch_motion(h, 1); 3029 prefetch_motion(h, 1);
3030 } 3030 }
3031 3031
3032 static void decode_init_vlc(){ 3032 static void decode_init_vlc(void){
3033 static int done = 0; 3033 static int done = 0;
3034 3034
3035 if (!done) { 3035 if (!done) {
3036 int i; 3036 int i;
3037 done = 1; 3037 done = 1;