[FFmpeg-devel] [PATCH] check for udp_set_remote_url error

Ronald S. Bultje rsbultje
Wed Jul 28 16:04:36 CEST 2010


Hi,

On Wed, Jul 28, 2010 at 6:41 AM, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> Reimar D?ffinger <Reimar.Doeffinger <at> gmx.de> writes:
>> this should fix bug #1784
>> Index: libavformat/udp.c
>> ===================================================================
>> --- libavformat/udp.c (revision 22094)
>> +++ libavformat/udp.c (working copy)
>> @@ -356,7 +357,8 @@
>> ? ? ? ? ?if (flags & URL_WRONLY)
>> ? ? ? ? ? ? ?goto fail;
>> ? ? ?} else {
>> - ? ? ? ?udp_set_remote_url(h, uri);
>> + ? ? ? ?if (udp_set_remote_url(h, uri) < 0)
>> + ? ? ? ? ? ?goto fail;
>
> Any reason this was not applied?
>
> Issue 1784 is still reproducible.

UDP maintainer is AWOL. Please apply. :-).

Ronald



More information about the ffmpeg-devel mailing list