1l found by kabi
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 14 Nov 2002 18:02:07 +0000 (18:02 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 14 Nov 2002 18:02:07 +0000 (18:02 +0000)
Originally committed as revision 1207 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/motion_est.c

index 779e88a..95e67f6 100644 (file)
@@ -744,7 +744,7 @@ static inline int halfpel_motion_search(MpegEncContext * s,
         *mx_ptr = 0;
         *my_ptr = 0;
         return dmin;
-    }else
+    }
 
     xx = 16 * s->mb_x + 8*(n&1);
     yy = 16 * s->mb_y + 8*(n>>1);