mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-18 07:55:03 +00:00
abe79aea96
Before mkvmerge exited with an error. Even though such files violate the Matroska specifications ignoring that violation is easy enough, a warning will suffice. Fixes #1050.
6 lines
174 B
Ruby
Executable File
6 lines
174 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_433matroska_no_track_uid
|
|
describe "mkvmerge / Matroska files missing the track UID element"
|
|
test_merge "data/mkv/no-track-uid.mks", :exit => :warning
|