summaryrefslogtreecommitdiff
path: root/tests/fate/h264.mak
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-03-20 20:07:14 +0100
committerMichael Niedermayer <michael@niedermayer.cc>2016-03-26 16:39:19 +0100
commitd4424d7de2c9a18f32b9617ca7c08950ecccbb7c (patch)
tree677466b36cda0246154eb5ed24f3c7c4a3d7ad13 /tests/fate/h264.mak
parent28688d7c2b534cc36004ce27f2fafc6861e67f3f (diff)
fate: Modify a random h264 test to also test the -framerate option
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate/h264.mak')
-rw-r--r--tests/fate/h264.mak5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/fate/h264.mak b/tests/fate/h264.mak
index 164fc9e70f..d1a0165a30 100644
--- a/tests/fate/h264.mak
+++ b/tests/fate/h264.mak
@@ -205,7 +205,10 @@ FATE_SAMPLES_FFPROBE += $(FATE_H264_FFPROBE-yes)
fate-h264: $(FATE_H264-yes) $(FATE_H264_FFPROBE-yes)
fate-h264-conformance-aud_mw_e: CMD = framecrc -vsync drop -i $(TARGET_SAMPLES)/h264-conformance/AUD_MW_E.264
-fate-h264-conformance-ba1_ft_c: CMD = framecrc -vsync drop -i $(TARGET_SAMPLES)/h264-conformance/BA1_FT_C.264
+
+#force framerate so that the option is tested, theres no other case that tests it, its not needed at all otherwise here
+fate-h264-conformance-ba1_ft_c: CMD = framecrc -vsync drop -framerate 19 -i $(TARGET_SAMPLES)/h264-conformance/BA1_FT_C.264
+
fate-h264-conformance-ba1_sony_d: CMD = framecrc -vsync drop -i $(TARGET_SAMPLES)/h264-conformance/BA1_Sony_D.jsv
fate-h264-conformance-ba2_sony_f: CMD = framecrc -vsync drop -i $(TARGET_SAMPLES)/h264-conformance/BA2_Sony_F.jsv
fate-h264-conformance-ba3_sva_c: CMD = framecrc -vsync drop -i $(TARGET_SAMPLES)/h264-conformance/BA3_SVA_C.264