1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

videoio(ffmpeg): specify stream->time_base

backport 5128c1ff1f
This commit is contained in:
Alexander Alekhin
2018-05-31 18:34:43 +03:00
parent e89405d48f
commit 19f4c4403a
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -320,6 +320,7 @@ public:
for (unsigned int i = 0; i < frameCount && next; ++i)
{
SCOPED_TRACE(cv::format("frame=%d", (int)i));
Mat actual;
(*capture) >> actual;