Merge pull request #11641 from alalek:videoio_test_fixup

pull/11670/head
Alexander Alekhin 7 years ago
commit b229107f8e
  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