mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-28 11:27:30 +08:00
Discard partial packet of last frame for fate-wmv8-drm to avoid test fails
due to VC-1 decoder overreads resulting in different output. Originally committed as revision 26055 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -168,7 +168,8 @@ FATE_TESTS += fate-ansi
|
|||||||
fate-ansi: CMD = framecrc -i $(SAMPLES)/ansi/TRE-IOM5.ANS -pix_fmt rgb24
|
fate-ansi: CMD = framecrc -i $(SAMPLES)/ansi/TRE-IOM5.ANS -pix_fmt rgb24
|
||||||
|
|
||||||
FATE_TESTS += fate-wmv8-drm
|
FATE_TESTS += fate-wmv8-drm
|
||||||
fate-wmv8-drm: CMD = framecrc -cryptokey 137381538c84c068111902a59c5cf6c340247c39 -i $(SAMPLES)/wmv8/wmv_drm.wmv -an
|
# discard last packet to avoid fails due to overread of VC-1 decoder
|
||||||
|
fate-wmv8-drm: CMD = framecrc -cryptokey 137381538c84c068111902a59c5cf6c340247c39 -i $(SAMPLES)/wmv8/wmv_drm.wmv -an -vframes 162
|
||||||
|
|
||||||
FATE_TESTS += fate-wmv8-drm-nodec
|
FATE_TESTS += fate-wmv8-drm-nodec
|
||||||
fate-wmv8-drm-nodec: CMD = framecrc -cryptokey 137381538c84c068111902a59c5cf6c340247c39 -i $(SAMPLES)/wmv8/wmv_drm.wmv -acodec copy -vcodec copy
|
fate-wmv8-drm-nodec: CMD = framecrc -cryptokey 137381538c84c068111902a59c5cf6c340247c39 -i $(SAMPLES)/wmv8/wmv_drm.wmv -acodec copy -vcodec copy
|
||||||
|
@ -160,4 +160,3 @@
|
|||||||
0, 596250, 84480, 0xbce22331
|
0, 596250, 84480, 0xbce22331
|
||||||
0, 600000, 84480, 0x020545d7
|
0, 600000, 84480, 0x020545d7
|
||||||
0, 603750, 84480, 0x71869e48
|
0, 603750, 84480, 0x71869e48
|
||||||
0, 607500, 84480, 0x5befc578
|
|
||||||
|
Reference in New Issue
Block a user