Skip to content
Prev Previous commit
Next Next commit
Update app/deepseg.cc
Co-authored-by: BenBE <BenBE@geshi.org>
  • Loading branch information
jjsarton and BenBE authored Sep 1, 2022
commit dc251fb5f589f2d7055fc10293b82150fa483f74
2 changes: 1 addition & 1 deletion app/deepseg.cc
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ int main(int argc, char* argv[]) try {
tw = capGeo.value().first;
th = capGeo.value().second;
}
if (grab_background(pbk, tw, th, bg)<0)
if (grab_background(pbk, tw, th, bg) < 0)
throw "Failed to read background frame";
canBlur = true;
} else if (blur_strength) {
Expand Down