diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-12-30 18:43:26 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-12-30 21:14:07 +0100 |
commit | f486fb338e36e674c2b72fc7c859967538cf1b47 (patch) | |
tree | 0205239c1f14b28a94ba9b380270626592e6ea7b /tests/fate/dpcm.mak | |
parent | cd8d84575bf8d5447104bf257352381f8496d208 (diff) | |
download | ffmpeg-f486fb338e36e674c2b72fc7c859967538cf1b47.tar.gz |
fate: drop pointless _audio and _video suffixes from xan tests
Diffstat (limited to 'tests/fate/dpcm.mak')
-rw-r--r-- | tests/fate/dpcm.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fate/dpcm.mak b/tests/fate/dpcm.mak index 4b3305f63f..7144518557 100644 --- a/tests/fate/dpcm.mak +++ b/tests/fate/dpcm.mak @@ -37,6 +37,6 @@ fate-qt-msimaadpcm-stereo: CMD = md5 -i $(SAMPLES)/qt-surge-suite/surge-2-16-L-m FATE_TESTS += fate-thp-mjpeg-adpcm fate-thp-mjpeg-adpcm: CMD = framecrc -idct simple -i $(SAMPLES)/thp/pikmin2-opening1-partial.thp -FATE_TESTS += fate-dpcm_xan_audio -fate-dpcm_xan_audio: CMD = md5 -i $(SAMPLES)/wc4-xan/wc4_2.avi -vn -f s16le +FATE_TESTS += fate-dpcm-xan +fate-dpcm-xan: CMD = md5 -i $(SAMPLES)/wc4-xan/wc4_2.avi -vn -f s16le |