mkvtoolnix/tests/test-330dts_detection.rb

14 lines
212 B
Ruby
Raw Normal View History

2012-01-07 20:01:49 +00:00
#!/usr/bin/ruby -w
class T_330dts_detection < Test
def description
"mkvmerge / segfault during DTS detection"
end
def run
merge "data/dts/Sherlock_Holmes_first_20mb.dtshd"
hash_tmp
end
end