Merge pull request #3225 from jormansa:bug_#3631

pull/3235/head
Vadim Pisarevsky 10 years ago
commit 533dd85299
  1. 2
      modules/highgui/src/cap_ffmpeg_impl.hpp

@ -630,7 +630,7 @@ bool CvCapture_FFMPEG::grabFrame()
int got_picture;
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;

Loading…
Cancel
Save