mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-27 05:14:47 +00:00
7702929f56
Fixes #1123.
10 lines
199 B
Ruby
Executable File
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
|