add Arxel Tribe video support
[nihav.git] / nihav-registry / src / detect.rs
index dd095d436697cc6398466cfc21b0d8be448abe74..bfe1d44a301656edf49b7d977996d581c2107517 100644 (file)
@@ -253,6 +253,11 @@ const DETECTORS: &[DetectConditions] = &[
         conditions: &[CheckItem{offs: 0, cond: &CC::Str(b"DKIF\x00\x00")},
                       CheckItem{offs: 6, cond: &CC::Ge(Arg::U16LE(32))}],
     },
+    DetectConditions {
+        demux_name: "arxel-cnm",
+        extensions: ".cnm",
+        conditions: &[CheckItem{offs: 0, cond: &CC::Str(b"CNM UNR\x00")}],
+    },
     DetectConditions {
         demux_name: "fcmp",
         extensions: ".cmp",