mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
f383f8c78c
Second part of the fix of #2600.
6 lines
220 B
Ruby
Executable File
6 lines
220 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_597mpeg_ts_starting_with_avc_start_code
|
|
describe "mkvmerge / MPEG TS starting with an H.264/H.265 start code not identified at all"
|
|
test_identify "data/ts/mpeg_ts_starting_with_avc_start_code.ts"
|