X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-registry%2Fsrc%2Fdetect.rs;h=96b9440a83cc88b16377903d1ffe2d33d77c8beb;hb=1b6a1780de9e8f350bfea12394bbf1d59bef4d46;hp=44b6e54c919b074646c167cf9bc94890ff8d6a77;hpb=32f7cbe538d71574f7ac05aa51599d2678f5db3f;p=nihav.git diff --git a/nihav-registry/src/detect.rs b/nihav-registry/src/detect.rs index 44b6e54..96b9440 100644 --- a/nihav-registry/src/detect.rs +++ b/nihav-registry/src/detect.rs @@ -222,8 +222,8 @@ const DETECTORS: &[DetectConditions] = &[ DetectConditions { demux_name: "bink", extensions: ".bik,.bk2", - conditions: &[CheckItem{offs: 0, cond: &CC::Or(&CC::In(Arg::U32BE(0x32494B62), // BIKb - Arg::U32BE(0x32494B7B)), // BIKz + conditions: &[CheckItem{offs: 0, cond: &CC::Or(&CC::In(Arg::U32BE(0x42494B62), // BIKb + Arg::U32BE(0x42494B7B)), // BIKz &CC::In(Arg::U32BE(0x4B423261), // KB2a Arg::U32BE(0x4B42327B)))}], // KB2z },