X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-registry%2Fsrc%2Fdetect.rs;fp=nihav-registry%2Fsrc%2Fdetect.rs;h=a34670ef049bfc98a4f872a8a7b1ba61ff13bbc2;hp=e916dc649eda4a0dc6cf8ae5cbd212962452a9ac;hb=8d91d85f878bac4d415d313cebe450865a520f35;hpb=0a0456a8355d0bd06c8f8612bfd3326868a6b25f diff --git a/nihav-registry/src/detect.rs b/nihav-registry/src/detect.rs index e916dc6..a34670e 100644 --- a/nihav-registry/src/detect.rs +++ b/nihav-registry/src/detect.rs @@ -220,6 +220,16 @@ const DETECTORS: &[DetectConditions] = &[ &CC::Str(b"moov")), &CC::Str(b"ftyp")) }], }, + DetectConditions { + demux_name: "fcmp", + extensions: ".cmp", + conditions: &[CheckItem{offs: 0, cond: &CC::Str(b"FCMP")}], + }, + DetectConditions { + demux_name: "fst", + extensions: ".fst", + conditions: &[CheckItem{offs: 0, cond: &CC::Str(b"2TSF")}], + }, DetectConditions { demux_name: "gdv", extensions: ".gdv",