Commit 9a5d7f1a authored by Roman Donchenko's avatar Roman Donchenko

Backport PR #3813 to 2.4

It has already been partially backported by #6199; this commit completes
the backport.
parent 9d49cef2
......@@ -853,8 +853,6 @@ bool CvCapture_FFMPEG::grabFrame()
frame_number > ic->streams[video_stream]->nb_frames )
return false;
av_free_packet (&packet);
picture_pts = AV_NOPTS_VALUE_;
// get the next frame
......@@ -917,8 +915,6 @@ bool CvCapture_FFMPEG::grabFrame()
if (count_errs > max_number_of_attempts)
break;
}
av_free_packet (&packet);
}
if( valid && first_frame_number < 0 )
......
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