@ -1964,7 +1964,7 @@ static int poll_filters(void)
AV_BUFFERSINK_FLAG_NO_REQUEST);
#endif
if(ret<0){
if(ret!=AVERROR(EAGAIN)){
if(ret!=AVERROR(EAGAIN)&&ret!=AVERROR_EOF){
charbuf[256];
av_strerror(ret,buf,sizeof(buf));
av_log(NULL,AV_LOG_WARNING,
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.