summaryrefslogtreecommitdiff
path: root/tests/fate/filter-video.mak
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-05-05 07:59:46 +0200
committerAnton Khirnov <anton@khirnov.net>2013-05-07 12:33:13 +0200
commitcd4bfe3a50ee6db098d4345e972507f8eb0d1ac9 (patch)
tree678d31bd64b70e606f3f130352da9f835cdede22 /tests/fate/filter-video.mak
parent9779f93066ee5ea6fba6b76f001d358cc2857891 (diff)
FATE: use a less ambiguous end time for filter-trim-time test
0.1 seconds at 25 fps is exactly 2.5 frames, which may be rounded either to 2 or 3 on different platforms.
Diffstat (limited to 'tests/fate/filter-video.mak')
-rw-r--r--tests/fate/filter-video.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak
index ed4c70af15..f4e813c707 100644
--- a/tests/fate/filter-video.mak
+++ b/tests/fate/filter-video.mak
@@ -52,7 +52,7 @@ FATE_TRIM += fate-filter-trim-mixed
fate-filter-trim-mixed: CMD = framecrc -i $(SRC) -vf trim=start=0.2:end=0.4:start_frame=1:end_frame=3
FATE_TRIM += fate-filter-trim-time
-fate-filter-trim-time: CMD = framecrc -i $(SRC) -vf trim=0:0.1
+fate-filter-trim-time: CMD = framecrc -i $(SRC) -vf trim=0:0.09
FATE_FILTER_VSYNTH-$(CONFIG_TRIM_FILTER) += $(FATE_TRIM)