diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-07-15 06:50:47 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-07-22 19:08:12 +0200 |
commit | b0f36a0043d76436cc7ab8ff92ab99c94595d3c0 (patch) | |
tree | 3ec757cccb2461896db85bb27cee91e5a0a1e727 /configure | |
parent | 9064777dbb335ab4809ae09e3fdcc0245f925cdc (diff) | |
download | ffmpeg-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |