]> git.nihav.org Git - nihav.git/blobdiff - nihav-registry/src/register.rs
Sierra RBT and SEQ formats support
[nihav.git] / nihav-registry / src / register.rs
index 15a3f65b8ed52c8d979446260fd416a459580e5c..b2a7ca6cfad168bd23533aa746b774dfc137ef78 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"),