]> git.sesse.net Git - vlc/commit
[codec/schroedinger] If pts is unavaliable, do not fall back to dts
authorDavid Flynn <davidf@woaf.net>
Sat, 23 Aug 2008 21:08:09 +0000 (22:08 +0100)
committerDerk-Jan Hartman <hartman@videolan.org>
Sun, 24 Aug 2008 14:46:24 +0000 (16:46 +0200)
commit908d40495f2861c0a0c65b80703599c1981f7c3e
tree68dec0070b281461d95b13fb1656063ecc876084
parente495692174345e47cbef7ce2e496bffa578c85b7
[codec/schroedinger] If pts is unavaliable, do not fall back to dts

It is more reliable to interpolate pts at the output of the decoder
than to use dts.

This requires demuxers that only provide dts (such as avi) to provide
an initial value of pts so that the decoder may interpolate correctly.
modules/codec/schroedinger.c