diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-12-31 01:16:45 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-12-31 01:16:45 +0100 |
commit | 1a6a088f7c7b164042ad16d43d05543ce1bacfa4 (patch) | |
tree | ad29c28f8c42f776f85a65cef87ed625c1a302e2 /tests/fate/dpcm.mak | |
parent | e146ad95d79b1a6e6b9e566366b832825c79679f (diff) | |
parent | 9afc025bff4e3a517105a69ec5009ac66b38f483 (diff) | |
download | ffmpeg-1a6a088f7c7b164042ad16d43d05543ce1bacfa4.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
fate: whitespace cosmetics
fate: split off video codec FATE tests into their own file
fate: split off audio codec FATE tests into their own file
fate: split off Electronic Arts codec FATE tests into their own file
fate: split off QuickTime codec FATE tests into their own file
fate: split off voice codec FATE tests into their own file
fate: split off demuxer FATE tests into their own file
cosmetics: Drop unnecessary parentheses around return values.
fate: drop pointless _audio and _video suffixes from xan tests
qt-faststart: K&R reformatting; fix comment typos
FATE: Add test for H.264 MP4->annex.B bitstream filter.
Conflicts:
ffplay.c
tests/fate.mak
tests/fate/h264.mak
tests/fate/image.mak
tests/fate/lossless-audio.mak
tests/fate/lossless-video.mak
tests/fate/qtrle.mak
tests/fate/real.mak
tests/fate/screen.mak
Merged-by: Michael Niedermayer <michaelni@gmx.at>
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..606a5246f0 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 |