mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
6b43072ed1
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.
6 lines
147 B
Ruby
Executable File
6 lines
147 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_629mpeg_ts_broken_pes_packets
|
|
describe "mkvmerge / MPEG TS, broken PES packets"
|
|
test_merge "data/ts/broken_pes_packets.ts"
|