Skip to content

Commit 959bf4f

Browse files
authored
cout cleanup
1 parent 38be792 commit 959bf4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OCVvid2fulldome.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ int main(int argc,char *argv[])
392392
// https://stackoverflow.com/questions/5907031/printing-the-correct-number-of-decimal-points-with-cout
393393
std::cout << std::fixed << std::setprecision(1);
394394

395-
std::cout << "Output codec type: " << outputfourcc << std::endl;
395+
std::cout << std::endl << "Output codec type: " << outputfourcc << std::endl;
396396

397397
cv::namedWindow("Display", cv::WINDOW_NORMAL ); // 0 = WINDOW_NORMAL
398398
cv::resizeWindow("Display", 600, 600); // this doesn't work?

0 commit comments

Comments
 (0)