[FFmpeg-cvslog] FATE: drop the last truncated frame from the wmapro tests

Anton Khirnov git at videolan.org
Sun Jun 28 12:07:04 CEST 2015


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Jun 27 11:46:35 2015 +0200| [441e8ae5efd681055e5af6f4317fb60110de9dd0] | committer: Anton Khirnov

FATE: drop the last truncated frame from the wmapro tests

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=441e8ae5efd681055e5af6f4317fb60110de9dd0
---

 tests/fate/wma.mak |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/fate/wma.mak b/tests/fate/wma.mak
index 1b8c5f9..d2cf4a2 100644
--- a/tests/fate/wma.mak
+++ b/tests/fate/wma.mak
@@ -1,10 +1,10 @@
 FATE_WMAPRO-$(call DEMDEC, ASF, WMAPRO) += fate-wmapro-2ch
-fate-wmapro-2ch: CMD = pcm -i $(TARGET_SAMPLES)/wmapro/Beethovens_9th-1_small.wma
-fate-wmapro-2ch: REF = $(SAMPLES)/wmapro/Beethovens_9th-1_small.pcm
+fate-wmapro-2ch: CMD = pcm -i $(TARGET_SAMPLES)/wmapro/Beethovens_9th-1_small.wma -frames 43
+fate-wmapro-2ch: REF = $(SAMPLES)/wmapro/Beethovens_9th-1_small_v2.pcm
 
 FATE_WMAPRO-$(call DEMDEC, ASF, WMAPRO) += fate-wmapro-5.1
-fate-wmapro-5.1: CMD = pcm -i $(TARGET_SAMPLES)/wmapro/latin_192_mulitchannel_cut.wma
-fate-wmapro-5.1: REF = $(SAMPLES)/wmapro/latin_192_mulitchannel_cut.pcm
+fate-wmapro-5.1: CMD = pcm -i $(TARGET_SAMPLES)/wmapro/latin_192_mulitchannel_cut.wma -frames 101
+fate-wmapro-5.1: REF = $(SAMPLES)/wmapro/latin_192_mulitchannel_cut_v2.pcm
 
 FATE_WMAPRO-$(call DEMDEC, MOV, WMAPRO) += fate-wmapro-ism
 fate-wmapro-ism: CMD = pcm -i $(TARGET_SAMPLES)/isom/vc1-wmapro.ism -vn



More information about the ffmpeg-cvslog mailing list