diff options
author | Mans Rullgard <mans@mansr.com> | 2012-05-11 15:47:37 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-05-14 12:49:42 +0100 |
commit | 1c0e8b94ad737744a48c0baed6605945b3205197 (patch) | |
tree | bc66b4b62f7ef4988d29c25106f8c5f383653f6f /tests/fate | |
parent | d19f3e9a2a4919a2beb55930b510282999197ec3 (diff) | |
download | ffmpeg-1c0e8b94ad737744a48c0baed6605945b3205197.tar.gz |
fate: mtv: disable video decoding
This test contains raw rgb565le video. Converting to rgb24 serves
no useful purpose here.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests/fate')
-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 86500bb7f7..c67b2c4f8f 100644 --- a/tests/fate/demux.mak +++ b/tests/fate/demux.mak @@ -41,7 +41,7 @@ FATE_AVCONV += fate-maxis-xa fate-maxis-xa: CMD = framecrc -i $(SAMPLES)/maxis-xa/SC2KBUG.XA -frames:a 30 -c:a copy FATE_AVCONV += fate-mtv -fate-mtv: CMD = framecrc -i $(SAMPLES)/mtv/comedian_auto-partial.mtv -acodec copy -pix_fmt rgb24 +fate-mtv: CMD = framecrc -i $(SAMPLES)/mtv/comedian_auto-partial.mtv -c copy FATE_AVCONV += fate-mxf-demux fate-mxf-demux: CMD = framecrc -i $(SAMPLES)/mxf/C0023S01.mxf -acodec copy -vcodec copy |