[FFmpeg-cvslog] fate: Adjust filter-trim-time parameters

Michael Niedermayer git at videolan.org
Fri May 3 00:31:57 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri May  3 00:26:35 2013 +0200| [2e2b6d7ab37db662500f441a506bb20071e87b73] | committer: Michael Niedermayer

fate: Adjust filter-trim-time parameters

This should workaround rounding differences between platforms

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2e2b6d7ab37db662500f441a506bb20071e87b73
---

 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 bf0f4ce..1a0f5d9 100644
--- a/tests/fate/filter-video.mak
+++ b/tests/fate/filter-video.mak
@@ -83,7 +83,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.075
 
 FATE_FILTER_VSYNTH-$(CONFIG_TRIM_FILTER) += $(FATE_TRIM)
 



More information about the ffmpeg-cvslog mailing list