Skip to content

Commit a515712

Browse files
Update tools/WebcamReportTool/main.cpp
Co-authored-by: Enrico Giordani <[email protected]>
1 parent 94e5604 commit a515712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/WebcamReportTool/main.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ void LogMediaTypes(wil::com_ptr_nothrow<IPin>& pin)
8383
}
8484
const auto formatAvgFPS = 10000000LL / format->AvgTimePerFrame;
8585
log() << GetMediaSubTypeString(mt->subtype) << '\t' << format->bmiHeader.biWidth << "x"
86-
<< format->bmiHeader.biHeight << '\t' << formatAvgFPS << "fps\n";
86+
<< format->bmiHeader.biHeight << " - " << formatAvgFPS << "fps\n";
8787
}
8888
log() << '\n';
8989
}
@@ -186,4 +186,4 @@ int main()
186186
log() << "Report started\n";
187187
ReportAllWebcams();
188188
return 0;
189-
}
189+
}

0 commit comments

Comments
 (0)