mkvtoolnix/tests/test-302pat_pmt_only_once.rb
Moritz Bunkus 4442cd5673 MPEG TS: rewrite packet parsing
The old code was pretty convoluted and hard to reason about. On top of
that it didn't buffer PES packets properly before trying to parse the
PES headers. This lead to accesses beyond the end of the buffer.
2016-07-09 17:24:20 +02:00

6 lines
144 B
Ruby
Executable File

#!/usr/bin/ruby -w
# T_302pat_pmt_only_once
describe "mkvmerge / TS with only one copy of PAT & PMT"
test_merge "data/ts/pat_pmt_only_once.ts"