diff motion_est.c @ 1014:48349e11c9b2 libavcodec

C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net (M?ns Rullg?rd))
author michaelni
date Sun, 19 Jan 2003 18:30:29 +0000
parents 5d4c95f323d0
children 2e4521b485a1
line wrap: on
line diff
--- a/motion_est.c	Sun Jan 19 17:55:13 2003 +0000
+++ b/motion_est.c	Sun Jan 19 18:30:29 2003 +0000
@@ -302,7 +302,7 @@
     default:
         fprintf(stderr,"internal error in cmp function selection\n");
     }
-};
+}
 
 static inline int get_penalty_factor(MpegEncContext *s, int type){
     switch(type&0xFF){