mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 12:53:50 +00:00
6 lines
232 B
Ruby
6 lines
232 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
# T_424avc_recover_point_sei_before_second_field
|
||
|
describe "mkvmerge / avc/h.264 with recover point SEIs before second fields"
|
||
|
test_merge "data/ts/recovery_point_sei_before_second_field.ts", :args => "--no-audio"
|