mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-28 22:05:03 +00:00
b846dafcea
This means that the AAC reader can now read raw LOAS/LATM multiplexed AAC files in addition to ADTS ones. See #877.
6 lines
138 B
Ruby
Executable File
6 lines
138 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_451aac_loas_latm_raw
|
|
describe "mkvmerge / AAC in raw LOAS/LATM multiplex"
|
|
test_merge "data/aac/aac_loas_latm.aac"
|