[FFmpeg-devel] rockplayer patches to ffmpeg
Måns Rullgård
mans
Thu Feb 10 20:33:35 CET 2011
Luca Barbato <lu_zero at gentoo.org> writes:
> 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...
Much less so for Android.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-devel
mailing list