diff options
author | Anton Khirnov <anton@khirnov.net> | 2015-06-27 11:46:35 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-06-28 10:10:07 +0200 |
commit | d3ea79e8a65ddad4da11813bb43c46701295f68c (patch) | |
tree | 31591fff12eab17b5b52d0c0095f81f273e00e05 /tests/fate/lossless-audio.mak | |
parent | 5ec0bdf2c524224f30ba4786f47324970aed4aaa (diff) | |
download | ffmpeg-d3ea79e8a65ddad4da11813bb43c46701295f68c.tar.gz |
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.
Diffstat (limited to 'tests/fate/lossless-audio.mak')
-rw-r--r-- | tests/fate/lossless-audio.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/lossless-audio.mak b/tests/fate/lossless-audio.mak index 751c7210e8..b4eadda648 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 |