mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-28 13:57:22 +00:00
6 lines
206 B
Ruby
6 lines
206 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
# T_490sequence_numbers_no_0_in_first_gop
|
||
|
describe "mkvmerge / MPEG-2 ES without a sequence number == 0 in the first GOP"
|
||
|
test_merge "data/mpeg12/sequence_numbers_no_0_in_first_gop.m2v"
|