]> git.nihav.org Git - nihav.git/blobdiff - nihav-core/src/register.rs
rename truemotion[3-7] into vp[3-7]
[nihav.git] / nihav-core / src / register.rs
index d098cfa562acff8d33740654eb4152294fa40911..632aec489fe49c16501cc24de3f4693114a75496 100644 (file)
@@ -160,20 +160,22 @@ static AVI_VIDEO_CODEC_REGISTER: &'static [(&[u8;4], &str)] = &[
     (b"TM20", "truemotion2"),
     (b"TM2A", "truemotion2x"),
     (b"TM2X", "truemotion2x"),
-    (b"VP30", "truemotion3"),
-    (b"VP31", "truemotion3"),
-    (b"VP40", "truemotion4"),
-    (b"VP50", "truemotion5"),
-    (b"VP60", "truemotion6"),
-    (b"VP61", "truemotion6"),
-    (b"VP62", "truemotion6"),
-    (b"VP70", "truemotion7"),
+    (b"VP30", "vp3"),
+    (b"VP31", "vp3"),
+    (b"VP40", "vp4"),
+    (b"VP50", "vp5"),
+    (b"VP60", "vp6"),
+    (b"VP61", "vp6"),
+    (b"VP62", "vp6"),
+    (b"VP70", "vp7"),
 ];
 
 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"),