]> git.nihav.org Git - nihav.git/blobdiff - nihav-registry/src/register.rs
add another FOURCC for TrueMotion 1
[nihav.git] / nihav-registry / src / register.rs
index 15a3f65b8ed52c8d979446260fd416a459580e5c..be2fb76f2a49cd3b6f252fbd157d677f114a4cf1 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"),