diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-05-02 18:24:22 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-05-12 22:55:39 +0200 |
commit | 81d1fcf37d4bdba58705f0541ebdab890d80ee4a (patch) | |
tree | 435843390b6004e67079ce275bda46343f29b10f /libavcodec/avcodec.h | |
parent | a8bc175dd9cec09c1cbdc6e5e3bf8f59170162da (diff) | |
download | ffmpeg-81d1fcf37d4bdba58705f0541ebdab890d80ee4a.tar.gz |
avcodec: add option to make is_intra_more_likely() from error concealment return "no"
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 d35ce94850..9a24c96633 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2556,6 +2556,7 @@ typedef struct AVCodecContext { int error_concealment; #define FF_EC_GUESS_MVS 1 #define FF_EC_DEBLOCK 2 +#define FF_EC_FAVOR_INTER 256 /** * debug |