mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-27 21:35:37 +00:00
6 lines
240 B
Ruby
6 lines
240 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
# T_365qtmp4_constant_sample_size
|
||
|
describe "mkvmerge / QuickTime/MP4 files with constant sample size and empty sample tables"
|
||
|
1.upto(2) { |idx| test_merge "data/mp4/fixed_sample_size#{idx}.mp4", :exit_code => :warning }
|