Commit Graph

1 Commits

Author SHA1 Message Date
Moritz Bunkus
6b43072ed1 MPEG TS reader: only parse TS payload as PES if payload starts with PES start code
A transport stream packet doesn't have to contain a packetized
elementary stream packet. If a TS packet is treated as such and
doesn't actually contain a PES packet, then trying to extract
timestamps from it will only result in invalid timestamps.

Fixes #2193.
2018-01-13 21:29:09 +01:00