diff motion_est.c @ 232:b640ec5948b0 libavcodec

- Now the ME is done for the entire picture when enconding, the DCT/Quantization is done after we have calculated all the MV of the picture. - This is the preamble for a better bit rate control.
author pulento
date Sun, 10 Feb 2002 01:56:50 +0000
parents 9df2d13e64b2
children 3f5b72726118
line wrap: on
line diff
--- a/motion_est.c	Sat Feb 09 16:59:56 2002 +0000
+++ b/motion_est.c	Sun Feb 10 01:56:50 2002 +0000
@@ -417,7 +417,7 @@
 	            (cuz the drawn edge isnt large enough))*/
             xmax = s->width;
             ymax = s->height;
-	}
+        }
     } else {
         xmin = 0;
         ymin = 0;