Skip to content
Snippets Groups Projects
Commit 10ce9357 authored by Erlend Sørhus's avatar Erlend Sørhus
Browse files

Removed comment, reworded error.

parent 9ce90b05
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ double percentChangeThreshold = 0.00048828125; // 2^-11
int main(int argc, char** argv) {
if (argc != 2) {
cerr << "Can only pass 1 argument as input.";
cerr << "Have to pass 1 and only 1 argument.";
cerr << endl;
return -1;
}
......@@ -39,7 +39,6 @@ int main(int argc, char** argv) {
return -1;
}
// Currently using Myggbukta-[2021-05-21_10-47-06]-716 as test.mp4.
ofstream csv = createCSV(videoPath);
VideoCapture decoder(videoPath.string());
auto start = chrono::steady_clock::now();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment