diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-01-20 02:14:54 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-01-20 02:14:54 +0100 |
commit | 48706f41e1a17e04b0aa09852eff021833708233 (patch) | |
tree | d33af96fedd771264c6717eacd2d54800bc05aff /tests/fate/dpcm.mak | |
parent | 9d35fa43eea1c0646a5f3e4ba537d58f574b9ca7 (diff) | |
parent | a85ce653fb14ae968419453fabf1ffe10d1f15df (diff) | |
download | ffmpeg-48706f41e1a17e04b0aa09852eff021833708233.tar.gz |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
mpeg12: check for available bits to avoid an infinite loop
fate: add some shorthands to run groups of tests
fate: Give some tests more sensible names.
cosmetics: Rename ffsink to avsink.
Conflicts:
avconv.c
cmdutils.c
cmdutils.h
ffmpeg.c
ffplay.c
tests/fate/audio.mak
tests/fate/demux.mak
tests/fate/dpcm.mak
tests/fate/image.mak
tests/fate/lossless-audio.mak
tests/fate/lossless-video.mak
tests/fate/microsoft.mak
tests/fate/pcm.mak
tests/fate/real.mak
tests/fate/screen.mak
tests/fate/video.mak
tests/fate/voice.mak
tests/fate/wma.mak
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate/dpcm.mak')
-rw-r--r-- | tests/fate/dpcm.mak | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/fate/dpcm.mak b/tests/fate/dpcm.mak index ad921fd0f7..a8b8b3d8ed 100644 --- a/tests/fate/dpcm.mak +++ b/tests/fate/dpcm.mak @@ -1,5 +1,8 @@ -FATE_DPCM += fate-idroq-video-dpcm -fate-idroq-video-dpcm: CMD = framecrc -i $(SAMPLES)/idroq/idlogo.roq +FATE_DPCM += fate-dpcm-idroq +fate-dpcm-idroq: CMD = framecrc -i $(SAMPLES)/idroq/idlogo.roq + +FATE_DPCM += fate-dpcm-sierra +fate-dpcm-sierra: CMD = md5 -i $(SAMPLES)/sol/lsl7sample.sol -f s16le FATE_DPCM += fate-dpcm-xan fate-dpcm-xan: CMD = md5 -i $(SAMPLES)/wc4-xan/wc4_2.avi -vn -f s16le |