videoio(test): fixup information dump

pull/11641/head
Alexander Alekhin 7 years ago
parent 58d47ae9c8
commit 5d68c8dbe7
  1. 2
      modules/videoio/test/test_ffmpeg.cpp

@ -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;

Loading…
Cancel
Save