提交 2367a195 编写于 作者: V Vadim Pisarevsky

probably fixed compile error on MacOSX 10.6

上级 2907eec6
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册