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=e73ae4b2924cf1db80877a64529594e70caaa416;hp=3e1d26cfb842b6698bc7fb8905c9f347c7f6244c;hb=ff6a914f5b07a9c62d7624fb6dd9f1fc093e82ca;hpb=bf30ce1bcf061cf59d0dbd149997892ad4fdf7ed diff --git a/nihav-registry/src/detect.rs b/nihav-registry/src/detect.rs index 3e1d26c..e73ae4b 100644 --- a/nihav-registry/src/detect.rs +++ b/nihav-registry/src/detect.rs @@ -274,6 +274,12 @@ const DETECTORS: &[DetectConditions] = &[ conditions: &[CheckItem{offs: 0, cond: &CC::Str(b"IMAX") }, CheckItem{offs: 10, cond: &CC::Eq(Arg::U16LE(0x102)) }], }, + DetectConditions { + demux_name: "hl-fmv", + extensions: ".fmv", + conditions: &[CheckItem{offs: 0, cond: &CC::Str(b"FMV*") }, + CheckItem{offs: 4, cond: &CC::Eq(Arg::U32LE(0)) }], + }, DetectConditions { demux_name: "legend-q", extensions: ".q",