mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 20:32:33 +00:00
c43882dec5
That way the track headers will be found even if they're located at the end of the file.
9 lines
214 B
Ruby
Executable File
9 lines
214 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_417mkvextract_tracks_at_end_of_file
|
|
describe "mkvextract / track headers located at the end of the file"
|
|
test "extraction" do
|
|
extract "data/mkv/tracks-at-end.mka", 0 => tmp
|
|
hash_tmp
|
|
end
|