[FFmpeg-cvslog] r22718 - trunk/libavformat/rtsp.c

Ronald S. Bultje rsbultje
Mon Mar 29 21:24:03 CEST 2010


Hi,

2010/3/29 M?ns Rullg?rd <mans at mansr.com>:
> 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.

Feel free to change (anyone who can reproduce the problem and test
that this fixes it).

Ronald



More information about the ffmpeg-cvslog mailing list