]> git.nihav.org Git - nihav.git/blobdiff - nihav-registry/src/register.rs
add FOURCC for RPZA in AVI
[nihav.git] / nihav-registry / src / register.rs
index 15a3f65b8ed52c8d979446260fd416a459580e5c..6a8678caf0af89cf07d63eea25f4e18cfc13a6af 100644 (file)
@@ -270,6 +270,9 @@ static CODEC_REGISTER: &[CodecDescription] = &[
     desc!(video;    "midivid",       "MidiVid"),
     desc!(video;    "midivid3",      "MidiVid 3"),
     desc!(video-ll; "midivid-ll",    "MidiVid Lossless"),
+    desc!(video-ll; "rbt-video",     "Sierra Robot video"),
+    desc!(audio;    "rbt-audio",     "Sierra Robot audio"),
+    desc!(video;    "seq-video",     "Sierra Sequence video"),
     desc!(video;    "smushv1",       "SMUSH Video paletted"),
     desc!(video;    "smushv2",       "SMUSH Video 16-bit"),
     desc!(video;    "smush-iact",    "SMUSH IACT Audio"),
@@ -337,6 +340,7 @@ static AVI_VIDEO_CODEC_REGISTER: &[(&[u8;4], &str)] = &[
     (b"MV30", "midivid3"),
     (b"MVLZ", "midivid-ll"),
 
+    (b"tmot", "truemotion1"),
     (b"DUCK", "truemotion1"),
     (b"TR20", "truemotionrt"),
     (b"TM20", "truemotion2"),
@@ -353,6 +357,8 @@ static AVI_VIDEO_CODEC_REGISTER: &[(&[u8;4], &str)] = &[
     (b"VP70", "vp7"),
 
     (b"MWV1", "mwv1"),
+
+    (b"azpr", "apple-video"),
 ];
 
 static WAV_CODEC_REGISTER: &[(u16, &str)] = &[