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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user