X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Frv10.c;h=11e3f8b3fe7be826013db413c1d45b13e0b24942;hb=107f55cb01d2333541b8887194c487a6c6bc1ba1;hp=20e2829e321e715cdfa93cbaaa35fefaf06dab0b;hpb=6d91045d835635fe889f684bdf77f68e00b15d0b;p=ffmpeg diff --git a/libavcodec/rv10.c b/libavcodec/rv10.c index 20e2829e321..11e3f8b3fe7 100644 --- a/libavcodec/rv10.c +++ b/libavcodec/rv10.c @@ -626,7 +626,7 @@ static int rv10_decode_packet(AVCodecContext *avctx, if(ret == SLICE_END) break; } - ff_er_add_slice(s, start_mb_x, s->resync_mb_y, s->mb_x-1, s->mb_y, AC_END|DC_END|MV_END); + ff_er_add_slice(s, start_mb_x, s->resync_mb_y, s->mb_x-1, s->mb_y, ER_MB_END); return s->gb.size_in_bits; }