Commit b229107f authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #11641 from alalek:videoio_test_fixup

parents 1a872b2f 5d68c8db
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment