Imagination Pilots Matte Animation decoder
[nihav.git] / nihav-registry / src / register.rs
index a89e2a79e2b7c8016e262e384af963e26bdc8404..1a8e1eb04f98265103b1f2c7d229e940fc2b3a4f 100644 (file)
@@ -236,6 +236,8 @@ static CODEC_REGISTER: &[CodecDescription] = &[
     desc!(video;    "fable-imax",    "Fable IMAX video"),
     desc!(video;    "fst-video",     "FutureVision video"),
     desc!(audio;    "fst-audio",     "FutureVision audio"),
+    desc!(video-llp; "ipma",         "Imagination Pilots Matte Animation"),
+    desc!(video-llp; "ipma2",        "Imagination Pilots Matte Animation v2"),
     desc!(video;    "legend-q-video", "Legend Entertainment Q video"),
     desc!(video;    "midivid",       "MidiVid"),
     desc!(video;    "midivid3",      "MidiVid 3"),
@@ -290,6 +292,9 @@ static AVI_VIDEO_CODEC_REGISTER: &[(&[u8;4], &str)] = &[
     (b"cvid", "cinepak"),
     (b"ZMBV", "zmbv"),
 
+    (b"Ipma", "ipma"),
+    (b"Ip20", "ipma2"),
+
     (b"MVDV", "midivid"),
     (b"MV30", "midivid3"),
     (b"MVLZ", "midivid-ll"),