mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 06:15:24 +00:00
7 lines
206 B
Ruby
Executable File
7 lines
206 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_472flv_headers_signal_no_tracks
|
|
describe "mkvmerge / FlashVideo files whose header signal no tracks"
|
|
|
|
(1..2).each { |idx| test_merge "data/flv/headers-signal-no-tracks-#{idx}.flv" }
|