mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 20:32:33 +00:00
08ab38914d
Resync issues are something the user should take a look at. Her file is damaged, after all. In the GUI purely informational messages can get lost easily, especially when executing multiple jobs. Therefore resyncs warrant a warning. Implements #1842.
7 lines
198 B
Ruby
Executable File
7 lines
198 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_265mkvinfo_clusters_with_unknown_size
|
|
describe "mkvinfo / Clusters with an unknown size"
|
|
|
|
test_info "data/webm/live-stream.webm", :args => "-v -v -z", :exit_code => :warning
|