]> git.sesse.net Git - ffmpeg/commit
avconv: stop using setpts for input framerate forced with -r
authorAnton Khirnov <anton@khirnov.net>
Fri, 15 Jul 2016 04:50:47 +0000 (06:50 +0200)
committerAnton Khirnov <anton@khirnov.net>
Fri, 22 Jul 2016 17:08:12 +0000 (19:08 +0200)
commitb0f36a0043d76436cc7ab8ff92ab99c94595d3c0
tree3ec757cccb2461896db85bb27cee91e5a0a1e727
parent9064777dbb335ab4809ae09e3fdcc0245f925cdc
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.
avconv.c
avconv.h
avconv_filter.c
configure