aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-07-15 06:50:47 +0200
committerAnton Khirnov <anton@khirnov.net>2016-07-22 19:08:12 +0200
commitb0f36a0043d76436cc7ab8ff92ab99c94595d3c0 (patch)
tree3ec757cccb2461896db85bb27cee91e5a0a1e727 /configure
parent9064777dbb335ab4809ae09e3fdcc0245f925cdc (diff)
downloadffmpeg-b0f36a0043d76436cc7ab8ff92ab99c94595d3c0.tar.gz
avconv: stop using setpts for input framerate forced with -r
The setpts filter does not signal to the rest of the filtergraph that the stream is CFR. Just generate the timestamps manually instead.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 37c5611293..58855193c6 100755
--- a/configure
+++ b/configure
@@ -2436,7 +2436,7 @@ swscale_deps="avutil"
avconv_deps="avcodec avfilter avformat avresample swscale"
avconv_select="aformat_filter anull_filter asyncts_filter atrim_filter format_filter
fps_filter null_filter resample_filter scale_filter
- setpts_filter trim_filter"
+ trim_filter"
avplay_deps="avcodec avfilter avformat avresample sdl"
avplay_libs='$sdl_libs'
avplay_select="rdft format_filter transpose_filter hflip_filter vflip_filter"