mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
fate: Adjust filter-trim-time parameters
This should workaround rounding differences between platforms Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
ae2132ac90
commit
2e2b6d7ab3
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user