aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fate/mov.mak
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-04-08 11:59:20 +0200
committerAnton Khirnov <anton@khirnov.net>2023-11-14 18:18:26 +0100
commita8d9d6b08d638adf5f3b5a93da9d2fb93ce19bbf (patch)
treec6122cb6e500d459ec0658983d02c342bde42e61 /tests/fate/mov.mak
parent23de85d1ec1788fa67d8b5158f7fc4411c71faaa (diff)
downloadffmpeg-a8d9d6b08d638adf5f3b5a93da9d2fb93ce19bbf.tar.gz
tests/fate: replace deprecated -vsync with -fps_mode
Diffstat (limited to 'tests/fate/mov.mak')
-rw-r--r--tests/fate/mov.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fate/mov.mak b/tests/fate/mov.mak
index 6cb493ceab..c8e85fd54b 100644
--- a/tests/fate/mov.mak
+++ b/tests/fate/mov.mak
@@ -99,8 +99,8 @@ fate-mov-neg-firstpts-discard: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entri
# with negative timestamps (skip_samples is not set for Vorbis, so ffmpeg computes start_time as negative if not specified by demuxer).
fate-mov-neg-firstpts-discard-vorbis: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream=start_time -bitexact $(TARGET_SAMPLES)/mov/mov_neg_first_pts_discard_vorbis.mp4
-# Makes sure that expected frames are generated for mov_neg_first_pts_discard.mov with -vsync cfr
-fate-mov-neg-firstpts-discard-frames: CMD = framemd5 -flags +bitexact -i $(TARGET_SAMPLES)/mov/mov_neg_first_pts_discard.mov -vsync cfr
+# Makes sure that expected frames are generated for mov_neg_first_pts_discard.mov with -fps_mode cfr
+fate-mov-neg-firstpts-discard-frames: CMD = framemd5 -flags +bitexact -i $(TARGET_SAMPLES)/mov/mov_neg_first_pts_discard.mov -fps_mode cfr
# Makes sure that no frame is dropped/duplicated with fps filter due to start_time / duration miscalculations.
fate-mov-stream-shorter-than-movie: CMD = framemd5 -flags +bitexact -i $(TARGET_SAMPLES)/mov/mov_stream_shorter_than_movie.mov -vf fps=fps=24 -an