mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
cfecf3542b
Fixes #579.
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" }
|