]> git.sesse.net Git - vlc/commit
TS demux: set PCR for all programs
authorRafaël Carré <funman@videolan.org>
Tue, 8 Jul 2014 16:33:12 +0000 (18:33 +0200)
committerRafaël Carré <funman@videolan.org>
Tue, 8 Jul 2014 16:33:12 +0000 (18:33 +0200)
commit8eb0b3d3b53c29b3495dcac275b5fe51f7633a6b
tree2dfb9aabfe4fa4980e250902fde83c91d20307f3
parent3fa29faf615cb9232c66f11b0f5571ec673bc8e4
TS demux: set PCR for all programs

Using the currently selected programs is wrong when we're using another
filter than --program.

Unconditionally use the PTS/DTS as PCR, which fixes automatically
lack of PCR.

Let's keep --no-ts-trust-pcr for when PCR is completely broken
modules/demux/ts.c