[FFmpeg-cvslog] FATE: drop the last truncated frame from the wma lossless test
Anton Khirnov
git at videolan.org
Sun Jun 28 11:48:23 CEST 2015
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Jun 27 11:46:35 2015 +0200| [d3ea79e8a65ddad4da11813bb43c46701295f68c] | committer: Anton Khirnov
FATE: drop the last truncated frame from the wma lossless test
Since it's truncated, the result depends on how specifically the demuxer
and the decoder handle errors.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d3ea79e8a65ddad4da11813bb43c46701295f68c
---
tests/fate/lossless-audio.mak | 2 +-
tests/ref/fate/lossless-wma | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/fate/lossless-audio.mak b/tests/fate/lossless-audio.mak
index 751c721..b4eadda 100644
--- a/tests/fate/lossless-audio.mak
+++ b/tests/fate/lossless-audio.mak
@@ -25,4 +25,4 @@ FATE_SAMPLES_AVCONV-$(call DEMDEC, TTA, TTA) += fate-lossless-tta
fate-lossless-tta: CMD = crc -i $(TARGET_SAMPLES)/lossless-audio/inside.tta
FATE_SAMPLES_AVCONV-$(call DEMDEC, ASF, WMALOSSLESS) += fate-lossless-wma
-fate-lossless-wma: CMD = md5 -i $(TARGET_SAMPLES)/lossless-audio/luckynight-partial.wma -f s16le
+fate-lossless-wma: CMD = md5 -i $(TARGET_SAMPLES)/lossless-audio/luckynight-partial.wma -f s16le -frames 209
diff --git a/tests/ref/fate/lossless-wma b/tests/ref/fate/lossless-wma
index 5bea19b..c4c8a37 100644
--- a/tests/ref/fate/lossless-wma
+++ b/tests/ref/fate/lossless-wma
@@ -1 +1 @@
-35dc840f91cbcece02178d03c8f2fe26
+ab45f262b22030e908cb03f2cc8e89b5
More information about the ffmpeg-cvslog
mailing list