summaryrefslogtreecommitdiff
path: root/tests/fate
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-05-10 09:13:35 +0200
committerAnton Khirnov <anton@khirnov.net>2023-05-22 17:10:44 +0200
commit8c0f5161334aca93c97c42d4f62fde1c5de70b8a (patch)
tree4d173d21f9bc2a39230727c5adc273f4eaf86ea0 /tests/fate
parent900bb3f8e29ad0c28bac2cae8c66a319658ec9e6 (diff)
tests/fate/ffmpeg: add a test for input -r option
Diffstat (limited to 'tests/fate')
-rw-r--r--tests/fate/ffmpeg.mak4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/fate/ffmpeg.mak b/tests/fate/ffmpeg.mak
index 892624e523..aca949176a 100644
--- a/tests/fate/ffmpeg.mak
+++ b/tests/fate/ffmpeg.mak
@@ -223,3 +223,7 @@ FATE_TIME_BASE-$(call PARSERDEMDEC, MPEGVIDEO, MPEGPS, MPEG2VIDEO, MPEGVIDEO_DEM
fate-time_base: CMD = md5 -i $(TARGET_SAMPLES)/mpeg2/dvd_single_frame.vob -an -sn -c:v copy -r 25 -time_base 1001:30000 -fflags +bitexact -f mxf
FATE_SAMPLES_FFMPEG-yes += $(FATE_TIME_BASE-yes)
+
+# test -r used as an input option
+fate-ffmpeg-input-r: CMD = framecrc -r 27 -i $(TARGET_SAMPLES)/mpeg2/sony-ct3.bs
+FATE_SAMPLES_FFMPEG-$(call FRAMECRC, MPEGVIDEO, MPEG2VIDEO) += fate-ffmpeg-input-r