diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-02-05 12:18:14 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-02-07 20:06:57 +0100 |
commit | 4be1d7dc20e3f191917adab2bf7cd405f1d25b54 (patch) | |
tree | 2a250787ed8d79793bd528a0fe62ae0d32a40667 /tests/fate/demux.mak | |
parent | 06b320ad78a95618855e0f94f6978aac044f8a8d (diff) | |
download | ffmpeg-4be1d7dc20e3f191917adab2bf7cd405f1d25b54.tar.gz |
pva-demux test: add -vn
The output is obviously not supposed to contain video (since only
-acodec copy is specified), but that only happens because of the way -t
handling is implemented currently.
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 15899861f2..0de3ddbd2b 100644 --- a/tests/fate/demux.mak +++ b/tests/fate/demux.mak @@ -59,7 +59,7 @@ FATE_TESTS += fate-psx-str-v3-mdec fate-psx-str-v3-mdec: CMD = framecrc -i $(SAMPLES)/psx-str/abc000_cut.str -an FATE_TESTS += fate-pva-demux -fate-pva-demux: CMD = framecrc -idct simple -i $(SAMPLES)/pva/PVA_test-partial.pva -t 0.6 -acodec copy +fate-pva-demux: CMD = framecrc -idct simple -i $(SAMPLES)/pva/PVA_test-partial.pva -t 0.6 -acodec copy -vn FATE_TESTS += fate-qcp-demux fate-qcp-demux: CMD = crc -i $(SAMPLES)/qcp/0036580847.QCP -acodec copy |