Skip to content

Commit dc251fb

Browse files
jjsartonBenBE
andauthored
Update app/deepseg.cc
Co-authored-by: BenBE <[email protected]>
1 parent c8a8e4a commit dc251fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/deepseg.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ int main(int argc, char* argv[]) try {
686686
tw = capGeo.value().first;
687687
th = capGeo.value().second;
688688
}
689-
if (grab_background(pbk, tw, th, bg)<0)
689+
if (grab_background(pbk, tw, th, bg) < 0)
690690
throw "Failed to read background frame";
691691
canBlur = true;
692692
} else if (blur_strength) {

0 commit comments

Comments
 (0)