[FFmpeg-cvslog] FATE: use a less ambiguous end time for filter-trim-time test
Anton Khirnov
git at videolan.org
Wed May 8 12:53:22 CEST 2013
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sun May 5 07:59:46 2013 +0200| [cd4bfe3a50ee6db098d4345e972507f8eb0d1ac9] | committer: Anton Khirnov
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.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cd4bfe3a50ee6db098d4345e972507f8eb0d1ac9
---
tests/fate/filter-video.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak
index ed4c70a..f4e813c 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)
More information about the ffmpeg-cvslog
mailing list