From 63ccd466873b0863d466f5846a305eb908fe3b80 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Mon, 28 Nov 2011 00:31:52 +0100 Subject: lavc: introduce ER_MB_END and ER_MB_ERROR Simplify a little error resilience calls Signed-off-by: Luca Barbato --- libavcodec/intrax8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/intrax8.c') diff --git a/libavcodec/intrax8.c b/libavcodec/intrax8.c index 7dbc242087..0dc33e2596 100644 --- a/libavcodec/intrax8.c +++ b/libavcodec/intrax8.c @@ -784,6 +784,6 @@ int ff_intrax8_decode_picture(IntraX8Context * const w, int dquant, int quant_of error: ff_er_add_slice(s, s->resync_mb_x, s->resync_mb_y, (s->mb_x>>1)-1, (s->mb_y>>1)-1, - (ER_AC_END|ER_DC_END|ER_MV_END) ); + ER_MB_END ); return 0; } -- cgit v1.2.3