diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-05-03 00:26:35 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-05-03 00:26:35 +0200 |
commit | 2e2b6d7ab37db662500f441a506bb20071e87b73 (patch) | |
tree | 14558a3eb4c9339812e9cce1d34e0e7f1e08ef49 /tests | |
parent | ae2132ac90f02330b0988e6e26ee0d53e41cd196 (diff) | |
download | ffmpeg-2e2b6d7ab37db662500f441a506bb20071e87b73.tar.gz |
fate: Adjust filter-trim-time parameters
This should workaround rounding differences between platforms
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/filter-video.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video.mak index bf0f4ced4b..1a0f5d9845 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) |