]> git.sesse.net Git - vlc/commit
transcode: don't care other tracks drift when calculating pts
authorIlkka Ollakka <ileoo@videolan.org>
Sun, 9 Feb 2014 13:36:07 +0000 (15:36 +0200)
committerIlkka Ollakka <ileoo@videolan.org>
Sun, 9 Feb 2014 13:38:28 +0000 (15:38 +0200)
commitd82728f0c33f24d9f4b24141fb3621f871cb0b80
tree35dd75a568090cf02b1388291109316401ffb200
parentbdf9d06c4f627639fe58c35e152014621de80165
transcode: don't care other tracks drift when calculating pts

Also don't care input fps and only calculate what should be the
next output pts. We anyway define output fps to be either 25fps
or input fps if it's available.

This should help to eliminate skips/visual artefacts on video if
there is small skips in input. And output constans fps from transcode.

Fixes #10453 for me
modules/stream_out/transcode/video.c