videoio(test): fixup information dump
authorAlexander Alekhin <alexander.alekhin@intel.com>
Thu, 31 May 2018 15:54:43 +0000 (18:54 +0300)
committerAlexander Alekhin <alexander.alekhin@intel.com>
Thu, 31 May 2018 15:54:43 +0000 (18:54 +0300)
modules/videoio/test/test_ffmpeg.cpp

index c5e326a..e9e5e9a 100644 (file)
@@ -357,7 +357,7 @@ public:
 
             for (unsigned int i = 0; i < frameCount && next; ++i)
             {
-                SCOPED_TRACE(cv::format("frame=%d", (int)frameCount));
+                SCOPED_TRACE(cv::format("frame=%d/%d", (int)i, (int)frameCount));
 
                 Mat actual;
                 (*capture) >> actual;