mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-31 23:38:34 +00:00
8 lines
246 B
Ruby
8 lines
246 B
Ruby
|
#!/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"
|