]> git.sesse.net Git - ffmpeg/commitdiff
fate: Adjust filter-trim-time parameters
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 2 May 2013 22:26:35 +0000 (00:26 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 2 May 2013 22:26:35 +0000 (00:26 +0200)
This should workaround rounding differences between platforms

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tests/fate/filter-video.mak

index bf0f4ced4b4646afd34712d3f57685ef82170086..1a0f5d9845ffe165d9e445ad0e0713d08b91c164 100644 (file)
@@ -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)