bug fixed

This commit is contained in:
jormansa
2014-09-15 18:09:44 +02:00
parent 281ce7a054
commit 1d2d579bd6

View File

@@ -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;