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

Michael Kostylev michael.kostylev
Mon Mar 29 21:16:54 CEST 2010


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

Michael



More information about the ffmpeg-cvslog mailing list