mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-22 19:13:14 +00:00
6 lines
251 B
Ruby
Executable File
6 lines
251 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_596mpeg_ts_aac_loas_latm_misdetected_as_adts
|
|
describe "mkvmerge / MPEG TS AAC with LOAS/LATM multiplex detected as ADTS multiplex"
|
|
test_merge "data/ts/aac_loas_latm_misdetected_as_adts.ts", :args => "--no-subtitles --no-video"
|