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=f79d063db8165c2d360cea58b728f34e6d2e308d;hp=d32fac3e5081fd2851d080051fdef81d5530947b;hb=2826a23f3a214e2f5d47d6dee6fb06754730dc0e;hpb=7cb65894212b51b13b8ac2e30f9a520627938a3e diff --git a/nihav-registry/src/detect.rs b/nihav-registry/src/detect.rs index d32fac3..f79d063 100644 --- a/nihav-registry/src/detect.rs +++ b/nihav-registry/src/detect.rs @@ -272,7 +272,7 @@ const DETECTORS: &[DetectConditions] = &[ demux_name: "legend-q", extensions: ".q", conditions: &[CheckItem{offs: 0, cond: &CC::Eq(Arg::U16LE(0x6839))}, - CheckItem{offs: 2, cond: &CC::In(Arg::Byte(3), Arg::Byte(5))}], + CheckItem{offs: 2, cond: &CC::In(Arg::Byte(3), Arg::Byte(7))}], }, DetectConditions { demux_name: "smush",