From 959bf4f9f12fdfeb189b1df4cd6f5b507ab2a914 Mon Sep 17 00:00:00 2001 From: hn-88 Date: Sun, 17 May 2020 16:28:59 +0530 Subject: [PATCH] cout cleanup --- OCVvid2fulldome.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OCVvid2fulldome.cpp b/OCVvid2fulldome.cpp index 6f840ca..8754ab5 100644 --- a/OCVvid2fulldome.cpp +++ b/OCVvid2fulldome.cpp @@ -392,7 +392,7 @@ int main(int argc,char *argv[]) // https://stackoverflow.com/questions/5907031/printing-the-correct-number-of-decimal-points-with-cout std::cout << std::fixed << std::setprecision(1); - std::cout << "Output codec type: " << outputfourcc << std::endl; + std::cout << std::endl << "Output codec type: " << outputfourcc << std::endl; cv::namedWindow("Display", cv::WINDOW_NORMAL ); // 0 = WINDOW_NORMAL cv::resizeWindow("Display", 600, 600); // this doesn't work?