Skip to content

Commit

Permalink
Update app/deepseg.cc
Browse files Browse the repository at this point in the history
Co-authored-by: BenBE <[email protected]>
  • Loading branch information
jjsarton and BenBE authored Sep 1, 2022
1 parent c8a8e4a commit dc251fb
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit dc251fb

Please sign in to comment.