mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
14 lines
212 B
Ruby
14 lines
212 B
Ruby
#!/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
|
|
|