[FFmpeg-cvslog] r22718 - trunk/libavformat/rtsp.c
Reimar Döffinger
Reimar.Doeffinger
Mon Mar 29 21:21:16 CEST 2010
On Mon, Mar 29, 2010 at 11:16:54PM +0400, Michael Kostylev wrote:
>
> 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
I missed the discussion, but in addition I wonder why we have some
arbitrary timeout here instead of checking the interrupt callback.
A fixed timeout is always going to be far too high for some and far too
low for others.
More information about the ffmpeg-cvslog
mailing list