]> git.sesse.net Git - vlc/commit
transcode: set output pts in OutputFrame
authorIlkka Ollakka <ileoo@videolan.org>
Fri, 31 Jan 2014 10:50:50 +0000 (12:50 +0200)
committerIlkka Ollakka <ileoo@videolan.org>
Fri, 31 Jan 2014 10:55:02 +0000 (12:55 +0200)
commit4329e2a4bc329dae91cbac596359c7262e59b80f
treee653270414cdf5ba9293f944adb56cfbbee1e112
parentf945150eb86180aa68f74c2c33bed18182687531
transcode: set output pts in OutputFrame

Fixes setting output pts if video filters return multiple
frames in loop but in OutputFrame we don't need to duplicate. Then
we don't set output_pts correctly on following frames, only on first
one.
modules/stream_out/transcode/video.c