diff options
author | Mans Rullgard <mans@mansr.com> | 2012-05-12 13:17:38 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-05-14 13:06:05 +0100 |
commit | 09a35f251ac07f3002642fde88666b95f0805379 (patch) | |
tree | 4bf8d8e48d61a61f68a622452440ffe2bde69645 /tests/fate/demux.mak | |
parent | f70d91e2689beb0759fd873183cddfcf51fef8f8 (diff) | |
download | ffmpeg-09a35f251ac07f3002642fde88666b95f0805379.tar.gz |
fate: westwood-aud: disable decoding
The codec (adpcm-ima-ws) is tested elsewhere. Using framecrc output
provides more information than a single md5 if something goes wrong.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests/fate/demux.mak')
-rw-r--r-- | tests/fate/demux.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/demux.mak b/tests/fate/demux.mak index edf7ad0ca1..32f3200fee 100644 --- a/tests/fate/demux.mak +++ b/tests/fate/demux.mak @@ -65,7 +65,7 @@ FATE_AVCONV += fate-smjpeg fate-smjpeg: CMD = framecrc -i $(SAMPLES)/smjpeg/scenwin.mjpg -vcodec copy FATE_AVCONV += fate-westwood-aud -fate-westwood-aud: CMD = md5 -i $(SAMPLES)/westwood-aud/excellent.aud -f s16le +fate-westwood-aud: CMD = framecrc -i $(SAMPLES)/westwood-aud/excellent.aud -c copy FATE_AVCONV += fate-wtv-demux fate-wtv-demux: CMD = framecrc -i $(SAMPLES)/wtv/law-and-order-partial.wtv -vcodec copy -acodec copy |