mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
9 lines
223 B
Ruby
9 lines
223 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
file = "data/ts/pes_size_0.ts"
|
||
|
|
||
|
# T_523mpeg_ts_pes_size_0
|
||
|
describe "mkvmerge / MPEG TS with a video track with all packets having a PES size of 0"
|
||
|
test_merge file, exit_code: :warning
|
||
|
test_identify file
|