register Duck ADPCM twoccs
authorKostya Shishkov <kostya.shishkov@gmail.com>
Mon, 11 Feb 2019 13:56:24 +0000 (14:56 +0100)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Mon, 11 Feb 2019 13:56:24 +0000 (14:56 +0100)
nihav-core/src/register.rs

index d098cfa562acff8d33740654eb4152294fa40911..7ba6e5378a4233daf9227d29bab104645ccfc289 100644 (file)
@@ -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"),