mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
10 lines
184 B
Ruby
Executable File
10 lines
184 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_536extract_big_endian_pcm
|
|
describe "mkvextract / extract Big Endian PCM"
|
|
|
|
test "extraction" do
|
|
extract "data/mkv/big-endian-pcm.mka", 0 => tmp
|
|
hash_tmp
|
|
end
|