[FFmpeg-cvslog] FATE: drop the last partial frame in the wmv8-drm test
Anton Khirnov
git at videolan.org
Fri Dec 6 04:09:51 CET 2013
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sun Dec 1 09:42:37 2013 +0100| [58a868968df445068a143f327ced03b6a02baf0d] | committer: Anton Khirnov
FATE: drop the last partial frame in the wmv8-drm test
This has already been done in eb066a4ce9e82cddb8f5af574804aa9889450b34,
but the number of frames produced from that file changed due to
timestamps changes since then.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=58a868968df445068a143f327ced03b6a02baf0d
---
tests/fate/microsoft.mak | 2 +-
tests/ref/fate/wmv8-drm | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/tests/fate/microsoft.mak b/tests/fate/microsoft.mak
index b8298ea..195fd3b 100644
--- a/tests/fate/microsoft.mak
+++ b/tests/fate/microsoft.mak
@@ -12,7 +12,7 @@ fate-msvideo1: $(FATE_MSVIDEO1)
FATE_WMV8_DRM += fate-wmv8-drm
# discard last packet to avoid fails due to overread of VC-1 decoder
-fate-wmv8-drm: CMD = framecrc -cryptokey 137381538c84c068111902a59c5cf6c340247c39 -i $(TARGET_SAMPLES)/wmv8/wmv_drm.wmv -an -vframes 162
+fate-wmv8-drm: CMD = framecrc -cryptokey 137381538c84c068111902a59c5cf6c340247c39 -i $(TARGET_SAMPLES)/wmv8/wmv_drm.wmv -an -frames:v 129
FATE_WMV8_DRM += fate-wmv8-drm-nodec
fate-wmv8-drm-nodec: CMD = framecrc -cryptokey 137381538c84c068111902a59c5cf6c340247c39 -i $(TARGET_SAMPLES)/wmv8/wmv_drm.wmv -acodec copy -vcodec copy
diff --git a/tests/ref/fate/wmv8-drm b/tests/ref/fate/wmv8-drm
index c2a6dd5..7f4b523 100644
--- a/tests/ref/fate/wmv8-drm
+++ b/tests/ref/fate/wmv8-drm
@@ -128,4 +128,3 @@
0, 6666, 6666, 0, 84480, 0x13962590
0, 6708, 6708, 0, 84480, 0xde79482f
0, 6750, 6750, 0, 84480, 0x7d1ca064
-0, 6791, 6791, 0, 84480, 0x2676a064
More information about the ffmpeg-cvslog
mailing list