diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2019-08-20 09:16:40 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2019-09-11 22:36:33 +0200 |
commit | b6b9ac5698c8f911841b469af77199153278c55c (patch) | |
tree | cc2970f2a67752d1912426a32bb47fa1224dbf78 /tests | |
parent | b81a1c5bea34da7b145c4dd95a7680cdfa42168f (diff) | |
download | ffmpeg-streaming-b6b9ac5698c8f911841b469af77199153278c55c.zip ffmpeg-streaming-b6b9ac5698c8f911841b469af77199153278c55c.tar.gz |
avcodec/vp56rac: delay signaling an error on truncated input
A threshold of 1 is sufficient for simple_dump_cut.webm, 10 is used
just to be sure the next truncated file doesnt cause the same issue
Obvious alternative fixes are to simply accept that the file is broken or to
write some advanced error concealment or to
simply accept that the decoder wont stop at the end of input.
Fixes: Ticket 8069 (artifacts not the differing md5 which was there before 1afd246960202917e244c844c534e9c1e3c323f5)
Fixes: simple_dump_cut.webm
Fixes: regression of 1afd246960202917e244c844c534e9c1e3c323f5
fate-vp5 changes because the last frame is truncated and now handled
differently.
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 2469a3e..09ebe62 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, 0xbf73f1b7 +0, 246, 246, 1, 233472, 0x4f3ef38c |