summaryrefslogtreecommitdiff
path: root/tests/fate
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2013-01-01 18:20:55 +0100
committerNicolas George <nicolas.george@normalesup.org>2013-01-01 23:48:41 +0100
commit98ce9b84681bd4b8679bb25889e8f487c35e3ed3 (patch)
treea582bc52ad659908718552b58f62a2a3e68299e4 /tests/fate
parent102cf964ddc97b5ee4a5fe194794ae594617bfaf (diff)
fate: merge mapchan and options into ffmpeg.
They were two very short files that cover ffmpeg-specific features.
Diffstat (limited to 'tests/fate')
-rw-r--r--tests/fate/ffmpeg.mak (renamed from tests/fate/mapchan.mak)7
-rw-r--r--tests/fate/options.mak9
2 files changed, 7 insertions, 9 deletions
diff --git a/tests/fate/mapchan.mak b/tests/fate/ffmpeg.mak
index d8b3ba0e97..eb8666f9ea 100644
--- a/tests/fate/mapchan.mak
+++ b/tests/fate/ffmpeg.mak
@@ -12,3 +12,10 @@ fate-mapchan-silent-mono: CMD = md5 -i $(TARGET_PATH)/tests/data/asynth-22050-1.
FATE_FFMPEG += $(FATE_MAPCHAN)
fate-mapchan: $(FATE_MAPCHAN)
+
+FATE_FFMPEG += fate-force_key_frames
+fate-force_key_frames: tests/data/vsynth2.yuv
+fate-force_key_frames: CMD = enc_dec \
+ "rawvideo -s 352x288 -pix_fmt yuv420p" tests/data/vsynth2.yuv \
+ avi "-c mpeg4 -g 240 -qscale 10 -force_key_frames 0.5,0:00:01.5" \
+ framecrc "" "" "-skip_frame nokey"
diff --git a/tests/fate/options.mak b/tests/fate/options.mak
deleted file mode 100644
index 940d454ddf..0000000000
--- a/tests/fate/options.mak
+++ /dev/null
@@ -1,9 +0,0 @@
-FATE_OPTIONS += fate-options-force_key_frames
-fate-options-force_key_frames: tests/data/vsynth2.yuv
-fate-options-force_key_frames: CMD = enc_dec \
- "rawvideo -s 352x288 -pix_fmt yuv420p" tests/data/vsynth2.yuv \
- avi "-c mpeg4 -g 240 -qscale 10 -force_key_frames 0.5,0:00:01.5" \
- framecrc "" "" "-skip_frame nokey"
-
-FATE_FFMPEG += $(FATE_OPTIONS)
-fate-options: $(FATE_OPTIONS)