]> git.sesse.net Git - vlc/commit
demux: ts: only interpolate PCR on missing PCR
authorFrancois Cartegnie <fcvlcdev@free.fr>
Mon, 23 Mar 2015 14:57:48 +0000 (15:57 +0100)
committerFrancois Cartegnie <fcvlcdev@free.fr>
Mon, 23 Mar 2015 15:59:02 +0000 (16:59 +0100)
commit224bc2719216162565d06f0db92c5b3925bc7752
treeefd0c15c7ccb4525c8d40448cc46c62d25ad260e
parente66efa734800f12ac692a6b65c14b40283287268
demux: ts: only interpolate PCR on missing PCR

Because if the PCR exists and has an offset,
the first PCR update will be interpolated
and no following pcr/dts offset fixup will
work without delaying playback by the
real - interpolated pcr.
modules/demux/ts.c