mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-27 05:14:47 +00:00
70d69c688b
Fixes #1057.
10 lines
272 B
Ruby
Executable File
10 lines
272 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_436extract_ssa_extradata_after_events
|
|
describe "mkvextract / SSA/ASS with extradata after events"
|
|
test "extraction" do
|
|
merge "data/ssa-ass/extradata-after-events.ssa", :keep_tmp => true
|
|
extract tmp, 0 => "#{tmp}-x1"
|
|
hash_file "#{tmp}-x1"
|
|
end
|