mkvtoolnix/tests/test-417mkvextract_tracks_at_end_of_file.rb
Moritz Bunkus c43882dec5 mkvextract: look for track header with kax_analyzer_c before processing the clusters
That way the track headers will be found even if they're located at
the end of the file.
2013-12-29 12:32:14 +01:00

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