mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 20:32:33 +00:00
14 lines
267 B
Ruby
14 lines
267 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
class T_281idr_after_non_idr_not_recognized < Test
|
||
|
def description
|
||
|
return "mkvmerge / h264: IDR slice after non-IDR slice not recognized as key frame"
|
||
|
end
|
||
|
|
||
|
def run
|
||
|
merge "data/h264/test_frameloss_track1.h264"
|
||
|
hash_tmp
|
||
|
end
|
||
|
end
|
||
|
|