diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2019-02-11 14:56:24 +0100 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2019-02-11 14:56:24 +0100 |
commit | fadee95fc0cf722c94a66ea7683533a1728ec6a2 (patch) | |
tree | d63831fda4fd35373ad4bca05d1bf1530aceeccd | |
parent | 8e4fa38a4c2f4e61330839648f3e148f8705f5bb (diff) | |
download | nihav-fadee95fc0cf722c94a66ea7683533a1728ec6a2.tar.gz |
register Duck ADPCM twoccs
-rw-r--r-- | nihav-core/src/register.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nihav-core/src/register.rs b/nihav-core/src/register.rs index d098cfa..7ba6e53 100644 --- a/nihav-core/src/register.rs +++ b/nihav-core/src/register.rs @@ -174,6 +174,8 @@ static WAV_CODEC_REGISTER: &'static [(u16, &str)] = &[ (0x0000, "pcm"), (0x0001, "pcm"), (0x0003, "pcm"), + (0x0061, "adpcm-dk4"), + (0x0062, "adpcm-dk3"), (0x0401, "imc"), (0x0402, "iac"), (0x0500, "on2avc-500"), |