[FFmpeg-cvslog] r22718 - trunk/libavformat/rtsp.c
Måns Rullgård
mans
Mon Mar 29 21:21:23 CEST 2010
Michael Kostylev <michael.kostylev at gmail.com> writes:
> On Mon Mar 29 19:36:08 2010
> rbultje wrote:
>
>> - }
>> + } else if (n == 0 && ++timeout_cnt >= MAX_TIMEOUTS) {
>> + return AVERROR(ETIME);
>
> Some FATE machines complain about
> rtsp.c:1699: error: `ETIME' undeclared
ETIME is optional under the XSI streams extension. ETIMEDOUT, which
is required by POSIX, seems to be the proper code here.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-cvslog
mailing list