[FFmpeg-devel] r22718 in libavformat/rtsp.c uses non-portable errno

Ronald S. Bultje rsbultje
Sun Apr 4 03:08:49 CEST 2010


Hi,

On Fri, Apr 2, 2010 at 6:51 PM, Ramiro Polla <ramiro.polla at gmail.com> wrote:
> On Fri, Apr 2, 2010 at 5:15 PM, Ronald S. Bultje <rsbultje at gmail.com> wrote:
>> Can the Windows / cygwin people please generate a patch against
>> os_support.h to add this as a WSA define?
>
> Why is this not a network error?
> - ? ? ? ? ? ?return AVERROR(ETIMEDOUT);
> + ? ? ? ? ? ?return AVERROR(FF_NETERROR(ETIMEDOUT));

Why isn't FF_NETERROR automatically an AVERROR?

Ronald



More information about the ffmpeg-devel mailing list