mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 20:32:33 +00:00
b56918d388
Part of the fix of #2600.
8 lines
246 B
Ruby
Executable File
8 lines
246 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_570h264_misdetected_as_mpeg_ts
|
|
describe "mkvmerge / H.264 mis-detected as MPEG TS"
|
|
|
|
test_identify "data/h264/misdetected_as_mpeg_ts_manolito_test.h264"
|
|
test_identify "data/h264/misdetected_as_mpeg_ts_sneaker_ger_128.h264"
|