]> git.sesse.net Git - vlc/commit
transcode: update 'input pts' on loop so duplicate calculation can work properly...
authorIlkka Ollakka <ileoo@videolan.org>
Sat, 1 Feb 2014 13:06:33 +0000 (15:06 +0200)
committerIlkka Ollakka <ileoo@videolan.org>
Sun, 2 Feb 2014 14:02:02 +0000 (16:02 +0200)
commitba60bd80da7cb866033c1e0a16b6fc8293725c84
tree7b053067649395eabb2997b5c76de113c4b1ac10
parent4021ce949b4ae20720e15709757344c5ec3be62d
transcode: update 'input pts' on loop so duplicate calculation can work properly with yadif2x etc

'input pts' is the pts after all the filters, so for example yadif2x etc need to take into account.
It is used to determinate if we need to duplicate current block until we should get new picture
to encode.
modules/stream_out/transcode/video.c