diff options
author | Aneesh Dogra <lionaneesh@gmail.com> | 2011-12-30 00:28:12 +0530 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2011-12-29 13:59:09 -0800 |
commit | 8ca903ebcbe437f0448e675aa0288ca35ee1d450 (patch) | |
tree | f84dee743c7ae8cc79ac2dc192173107849dcae4 /tests/fate.mak | |
parent | 9342ecf02eaac09535291dde78877188a84caefb (diff) | |
download | ffmpeg-8ca903ebcbe437f0448e675aa0288ca35ee1d450.tar.gz |
fate: Add a video test for xxan decoder
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'tests/fate.mak')
-rw-r--r-- | tests/fate.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fate.mak b/tests/fate.mak index a2c007cfcf..0fdd668c24 100644 --- a/tests/fate.mak +++ b/tests/fate.mak @@ -246,5 +246,5 @@ FATE_TESTS += fate-westwood-aud fate-westwood-aud: CMD = md5 -i $(SAMPLES)/westwood-aud/excellent.aud -f s16le FATE_TESTS += fate-wnv1 fate-wnv1: CMD = framecrc -i $(SAMPLES)/wnv1/wnv1-codec.avi -an -FATE_TESTS += fate-xan-dpcm -fate-xan-dpcm: CMD = md5 -i $(SAMPLES)/wc4-xan/wc4_2.avi -vn -f s16le +FATE_TESTS += fate-dpcm_xan_audio +fate-dpcm_xan_audio: CMD = md5 -i $(SAMPLES)/wc4-xan/wc4_2.avi -vn -f s16le |