[FFmpeg-devel] rockplayer patches to ffmpeg
Luca Barbato
lu_zero
Thu Feb 10 20:17:34 CET 2011
On 02/10/2011 05:33 PM, Vladimir Pantelic wrote:
>
> diff -uwbr ffmpeg_svn/libavformat//rtsp.c rockplayer/libavformat//rtsp.c
> --- ffmpeg_svn/libavformat//rtsp.c 2011-02-10 16:44:19.000000000 +0100
> +++ rockplayer/libavformat//rtsp.c 2010-06-14 22:42:26.000000000 +0200
> @@ -1692,7 +1692,7 @@
> }
> #endif
> } else if (n == 0 && ++timeout_cnt >= MAX_TIMEOUTS) {
> - return AVERROR(ETIMEDOUT);
> + return AVERROR(WSAETIMEDOUT);
> } else if (n < 0 && errno != EINTR)
Doesn't look right at all...
lu
--
Luca Barbato
Gentoo Council Member
Gentoo/linux Gentoo/PPC
http://dev.gentoo.org/~lu_zero
More information about the ffmpeg-devel
mailing list