1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #11617 from alalek:ffmpeg_fix_time_base

This commit is contained in:
Alexander Alekhin
2018-05-29 15:19:13 +00:00
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -357,6 +357,8 @@ public:
for (unsigned int i = 0; i < frameCount && next; ++i)
{
SCOPED_TRACE(cv::format("frame=%d", (int)frameCount));
Mat actual;
(*capture) >> actual;