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 /doc/codecs.texi | |
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 'doc/codecs.texi')
-rw-r--r-- | doc/codecs.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/codecs.texi b/doc/codecs.texi index ad31dbf812..ec69a581ba 100644 --- a/doc/codecs.texi +++ b/doc/codecs.texi @@ -429,6 +429,8 @@ Possible values: iterative motion vector (MV) search (slow) @item deblock use strong deblock filter for damaged MBs +@item favor_inter +favor predicting from the previous frame instead of the current @end table @item bits_per_coded_sample @var{integer} |