]> git.sesse.net Git - ffmpeg/commit
lavf/concatdec: properly init streams timestamp parameters.
authorNicolas George <george@nsup.org>
Sat, 30 Dec 2017 11:17:08 +0000 (12:17 +0100)
committerNicolas George <george@nsup.org>
Sun, 31 Dec 2017 09:33:24 +0000 (10:33 +0100)
commite45f7bca735ff7ba965ec1e441199dc7aeb0c8fc
treee7d605a22a02ae982b79c8a1893267dcf1de2e50
parent97b89432e4566a5d620f97bfdf4c8ae9c83d94e8
lavf/concatdec: properly init streams timestamp parameters.

pts_wrap_bits defaults to 33 (like MPEG), that causes valid
timestamps to be unwrapped and become invalid.
Inspired by a patch by Wu Zhiqiang <mymoeyard@gmail.com>.
libavformat/concatdec.c