mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-27 21:35:37 +00:00
10 lines
199 B
Ruby
10 lines
199 B
Ruby
|
#!/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
|