diff rv10.c @ 3791:b1d5ef809e11 libavcodec

fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff_mpeg4_set_direct_mv)
author michael
date Fri, 29 Sep 2006 23:34:42 +0000
parents fa3075e3e3c1
children 036780cfa4c2
line wrap: on
line diff
--- a/rv10.c	Fri Sep 29 19:48:27 2006 +0000
+++ b/rv10.c	Fri Sep 29 23:34:42 2006 +0000
@@ -473,6 +473,7 @@
                 av_log(s->avctx, AV_LOG_DEBUG, "messed up order, possible from seeking? skipping current b frame\n");
                 return FRAME_SKIPPED;
             }
+            ff_mpeg4_init_direct_mv(s);
         }
     }
 //    printf("%d %d %d %d %d\n", seq, (int)s->time, (int)s->last_non_b_time, s->pp_time, s->pb_time);