Commit 533dd852 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #3225 from jormansa:bug_#3631

parents 48dc18ed 1d2d579b
...@@ -630,7 +630,7 @@ bool CvCapture_FFMPEG::grabFrame() ...@@ -630,7 +630,7 @@ bool CvCapture_FFMPEG::grabFrame()
int got_picture; int got_picture;
int count_errs = 0; int count_errs = 0;
const int max_number_of_attempts = 1 << 16; const int max_number_of_attempts = 1 << 9;
if( !ic || !video_st ) return false; if( !ic || !video_st ) return false;
......
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