h263dec: Propagate AV_LOG_ERRORs from slice decoding through frame decoding with sufficient error recognition

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
Dustin Brody
2011-07-27 19:09:45 -04:00
committed by Ronald S. Bultje
parent f5f004bc5a
commit 2a11952f45
4 changed files with 7 additions and 3 deletions
+1
View File
@@ -1446,6 +1446,7 @@ typedef struct AVCodecContext {
#define FF_ER_COMPLIANT 2
#define FF_ER_AGGRESSIVE 3
#define FF_ER_VERY_AGGRESSIVE 4
#define FF_ER_EXPLODE 5
/**
* Called at the beginning of each frame to get a buffer for it.