mkvtoolnix/tests/test-0293aac_adif_misdetected_as_video.rb

14 lines
256 B
Ruby
Raw Normal View History

#!/usr/bin/ruby -w
2021-07-07 14:06:32 +00:00
class T_0293aac_adif_misdetected_as_video < Test
def description
"mkvmerge / AAC with ADIF headers misdetected as video"
end
def run
sys "../src/mkvmerge --identify data/aac/aac_adif.aac", 3
($? >> 8).to_s
end
end