mirror of
https://github.com/opencv/opencv.git
synced 2026-09-12 05:11:04 -05:00
bug fixed
Conflicts: modules/highgui/src/cap_ffmpeg_impl.hpp
This commit is contained in:
@@ -649,7 +649,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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user