mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-22 19:13:14 +00:00
13 lines
182 B
Ruby
Executable File
13 lines
182 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_725hevc_invalid_vps
|
|
describe "FIXTHIS"
|
|
|
|
file = "data/h265/hevc_invalid_vps.mkv"
|
|
|
|
test_merge file
|
|
test "extraction" do
|
|
extract file, 0 => tmp
|
|
hash_tmp
|
|
end
|