2007-02-08 10:15:48 +00:00
|
|
|
#!/usr/bin/ruby -w
|
|
|
|
|
2021-07-07 14:06:32 +00:00
|
|
|
class T_0227h264_with_garbage < Test
|
2007-02-08 10:15:48 +00:00
|
|
|
def description
|
|
|
|
return "mkvmerge / h264 raw with garbage / in(h264)"
|
|
|
|
end
|
|
|
|
|
|
|
|
def run
|
|
|
|
merge("data/h264/garbage-test.h264")
|
|
|
|
return hash_tmp
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|