mkvtoolnix/tests/test-0221aac_lc_misdetected_as_sbr.rb

14 lines
260 B
Ruby
Raw Normal View History

#!/usr/bin/ruby -w
2021-07-07 14:06:32 +00:00
class T_0221aac_lc_misdetected_as_sbr < Test
def description
return "mkvmerge / AAC in MP4 with LC profile misdetected as SBR / in(MP4)"
end
def run
merge("data/mp4/blood_ed3_sample_audio.mp4")
return hash_tmp
end
end