diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2017-02-25 12:37:32 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-02-25 13:09:50 +0100 |
commit | d34bf886e963445350c4987f7a9ed77bd9c9a5c7 (patch) | |
tree | 4cdecac41e173d5bb742c32f652bdacf2bd598a8 /tests | |
parent | 3aef2fceff3205605aed19f8a81b56db56496631 (diff) | |
download | ffmpeg-d34bf886e963445350c4987f7a9ed77bd9c9a5c7.tar.gz |
avcodec/vp56: Implement very basic error concealment
This should fix the fate failure due to a truncated last frame.
Alternatively the frame could be dropped.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/fate/vp5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/fate/vp5 b/tests/ref/fate/vp5 index da510fc995..2469a3ec21 100644 --- a/tests/ref/fate/vp5 +++ b/tests/ref/fate/vp5 @@ -249,4 +249,4 @@ 0, 243, 243, 1, 233472, 0x6f530ac6 0, 244, 244, 1, 233472, 0x94f7466c 0, 245, 245, 1, 233472, 0xa8c1d365 -0, 246, 246, 1, 233472, 0x8843293b +0, 246, 246, 1, 233472, 0xbf73f1b7 |