mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-28 13:57:22 +00:00
7 lines
193 B
Ruby
7 lines
193 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
# T_367vob_80ms_delay_by_b_frames
|
||
|
describe "mkvmerge / VOB, proper audio/video delay wrt B frames"
|
||
|
|
||
|
%w{2 1605}.each { |name| test_merge "data/mpeg12/bug579/#{name}ms.vob" }
|