diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-02-21 10:50:57 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-08 14:14:05 +0100 |
commit | 6deae8e0530a885b76f149841ed4899cb438ec23 (patch) | |
tree | 0bc4354910e6ae192870cf84236148c8ed4c5396 /tests/fate/video.mak | |
parent | 41d2008b15c2e80aeaa53f3db8f9c51da13c788d (diff) | |
download | ffmpeg-6deae8e0530a885b76f149841ed4899cb438ec23.tar.gz |
FATE: remove the -dct option from some decoding tests.
It is an encoding option, it has no effect when applied to decoding.
Diffstat (limited to 'tests/fate/video.mak')
-rw-r--r-- | tests/fate/video.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/video.mak b/tests/fate/video.mak index 30a06f0a44..16a9650c83 100644 --- a/tests/fate/video.mak +++ b/tests/fate/video.mak @@ -173,7 +173,7 @@ FATE_SAMPLES_AVCONV-$(call DEMDEC, MVI, MOTIONPIXELS) += fate-motionpixels fate-motionpixels: CMD = framecrc -i $(SAMPLES)/motion-pixels/INTRO-partial.MVI -an -pix_fmt rgb24 -vframes 111 FATE_SAMPLES_AVCONV-$(call DEMDEC, MPEGTS, MPEG2VIDEO) += fate-mpeg2-field-enc -fate-mpeg2-field-enc: CMD = framecrc -flags +bitexact -dct fastint -idct simple -i $(SAMPLES)/mpeg2/mpeg2_field_encoding.ts -an -vframes 30 +fate-mpeg2-field-enc: CMD = framecrc -flags +bitexact -idct simple -i $(SAMPLES)/mpeg2/mpeg2_field_encoding.ts -an -vframes 30 # FIXME dropped frames in this test because of coarse timebase FATE_NUV += fate-nuv-rtjpeg |