diff options
author | Dustin Brody <libav@parsoma.net> | 2011-07-27 19:09:45 -0400 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2011-07-28 15:23:07 -0700 |
commit | 2a11952f457658d58303c8e5b4e10fb4599eef4f (patch) | |
tree | e69efccf96406741ed195677d1e38327547725c9 /libavcodec/avcodec.h | |
parent | f5f004bc5a40e5a5de62bd5e2818ab5de7f6bf21 (diff) | |
download | ffmpeg-2a11952f457658d58303c8e5b4e10fb4599eef4f.tar.gz |
h263dec: Propagate AV_LOG_ERRORs from slice decoding through frame decoding with sufficient error recognition
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index b6cac7c77d..75c107c159 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -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. |