aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/motion_est.c
diff options
context:
space:
mode:
authorJuanjo <pulento@users.sourceforge.net>2002-02-10 01:56:50 +0000
committerJuanjo <pulento@users.sourceforge.net>2002-02-10 01:56:50 +0000
commit37fbfd0a91fddc5e4fc1e94f74c0470adee8011d (patch)
tree2f79ec011770ba68b54fbb96cf9ba0db95aa0e0a /libavcodec/motion_est.c
parentec22603f791d32247fd0ea2e70d95732edd39b4f (diff)
downloadffmpeg-37fbfd0a91fddc5e4fc1e94f74c0470adee8011d.tar.gz
- 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. Originally committed as revision 293 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/motion_est.c')
-rw-r--r--libavcodec/motion_est.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/motion_est.c b/libavcodec/motion_est.c
index 20f918ff0e..71a30dd260 100644
--- a/libavcodec/motion_est.c
+++ b/libavcodec/motion_est.c
@@ -417,7 +417,7 @@ int estimate_motion(MpegEncContext * s,
(cuz the drawn edge isnt large enough))*/
xmax = s->width;
ymax = s->height;
- }
+ }
} else {
xmin = 0;
ymin = 0;