mkvtoolnix/tests/test-466mkvextract_avi_8bpp.rb
2015-02-23 21:35:05 +01:00

10 lines
199 B
Ruby
Executable File

#!/usr/bin/ruby -w
# T_466mkvextract_avi_8bpp
describe "mkvextract / writing AVIs with 8 bits/pixel in BITMAPINFOHEADER"
test "extraction" do
extract "data/mkv/cram.mkv", 0 => tmp
hash_tmp
end