mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 06:15:24 +00:00
ef273a74af
Fixes #883.
9 lines
165 B
Ruby
Executable File
9 lines
165 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_396X_pcm_mono_16bit
|
|
describe "mkvextract / PCM mono 16bit"
|
|
test "extraction" do
|
|
extract "data/pcm/mono-16bit.mkv", 1 => tmp
|
|
hash_tmp
|
|
end
|