提交 489b0d4d 编写于 作者: L Luca Barbato

Make av_read_frame with rtsp client return EINTR on interrupt

patch from elupusateccedotse (missing hunk from r11072)

Originally committed as revision 11076 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 594ff7cc
......@@ -1196,7 +1196,7 @@ static int rtsp_read_packet(AVFormatContext *s,
break;
}
if (len < 0)
return AVERROR(EIO);
return len;
ret = rtp_parse_packet(rtsp_st->rtp_ctx, pkt, buf, len);
if (ret < 0)
goto redo;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册