Commit d142c05d authored by Alexander Smorkalov's avatar Alexander Smorkalov

Merge pull request #6276 from SpecLad:bp-3813

parents 9d49cef2 9a5d7f1a
......@@ -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