mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
probably fixed compile error on MacOSX 10.6
This commit is contained in:
parent
2907eec670
commit
2367a195c5
@ -2050,7 +2050,7 @@ bool InputMediaStream_FFMPEG::read(unsigned char** data, int* size, int* endOfFi
|
||||
|
||||
if (ret < 0)
|
||||
{
|
||||
if ((int64_t)ret == (int64_t)AVERROR_EOF)
|
||||
if (ret == AVERROR_EOF)
|
||||
*endOfFile = true;
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user