diff rv10.c @ 1389:da0b3a50d209 libavcodec

rate distortion mb decision support fix decoding of old %16!=0 divx fix assertion failure in motion_est.c
author michaelni
date Tue, 29 Jul 2003 02:09:12 +0000
parents 119c814aa9de
children 932d306bf1dc
line wrap: on
line diff
--- a/rv10.c	Tue Jul 29 01:45:19 2003 +0000
+++ b/rv10.c	Tue Jul 29 02:09:12 2003 +0000
@@ -466,6 +466,7 @@
             fprintf(stderr, "ERROR at MB %d %d\n", s->mb_x, s->mb_y);
             return -1;
         }
+        ff_h263_update_motion_val(s);
         MPV_decode_mb(s, s->block);
         if (++s->mb_x == s->mb_width) {
             s->mb_x = 0;