mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
c891c27138
The expected counter must be increased if payload is signalled, even if the whole TS packet is made up solely of the adaptation field
6 lines
234 B
Ruby
Executable File
6 lines
234 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_633payload_signalled_but_no_payload_bytes
|
|
describe "mkvmerge / MPEG transport stream with packets signalling TS payload but with no payload bytes"
|
|
test_merge "data/ts/payload_signalled_but_no_payload_bytes.ts"
|