mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 12:27:21 +00:00
7 lines
207 B
Ruby
7 lines
207 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
# T_554ogg_vp8
|
||
|
describe "mkvmerge / VP8 in Ogg, wrong timestamp calculation and absent Vorbis comment header"
|
||
|
test_merge "data/vp8/a_V.ogv"
|
||
|
test_merge "data/vp8/ogg-vp8-without-tags.ogv"
|