diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2017-02-25 12:37:32 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-08-23 13:15:16 +0200 |
commit | f46482f00c295b499d971dd5928f1990c10881b7 (patch) | |
tree | 371515aec1d5a5940c2b0bc3d0e5c0ba4d477f83 /tests | |
parent | 789da030ff3a3e86adfc4b3d40c8c1a0559d281e (diff) | |
download | ffmpeg-f46482f00c295b499d971dd5928f1990c10881b7.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>
(cherry picked from commit d34bf886e963445350c4987f7a9ed77bd9c9a5c7)
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 25bc7aa587..f044567fd9 100644 --- a/tests/ref/fate/vp5 +++ b/tests/ref/fate/vp5 @@ -245,4 +245,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 |