error_resilience: use the ER_ namespace
Add the namespace to {AC_,DC_,MV_}{END,ERROR} macros Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
@@ -609,7 +609,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_AC_END|ER_DC_END|ER_MV_END);
|
||||
|
||||
return s->gb.size_in_bits;
|
||||
}
|
||||
|
Reference in New Issue
Block a user