[Ffmpeg-cvslog] r8392 - trunk/libavcodec/mpegvideo.c

michael subversion
Tue Mar 13 23:51:49 CET 2007


Author: michael
Date: Tue Mar 13 23:51:49 2007
New Revision: 8392

Modified:
   trunk/libavcodec/mpegvideo.c

Log:
cosmetic


Modified: trunk/libavcodec/mpegvideo.c
==============================================================================
--- trunk/libavcodec/mpegvideo.c	(original)
+++ trunk/libavcodec/mpegvideo.c	Tue Mar 13 23:51:49 2007
@@ -625,14 +625,11 @@ void MPV_decode_defaults(MpegEncContext 
 
 #ifdef CONFIG_ENCODERS
 static void MPV_encode_defaults(MpegEncContext *s){
+    int i;
     MPV_common_defaults(s);
 
-    {
-        int i;
-
-        for(i=-16; i<16; i++){
-            default_fcode_tab[i + MAX_MV]= 1;
-        }
+    for(i=-16; i<16; i++){
+        default_fcode_tab[i + MAX_MV]= 1;
     }
     s->me.mv_penalty= default_mv_penalty;
     s->fcode_tab= default_fcode_tab;




More information about the ffmpeg-cvslog mailing list