[FFmpeg-devel] [PATCH] Remove comparison of unsigned variable with zero
Carl Eugen Hoyos
cehoyos
Sun May 11 12:55:41 CEST 2008
Hi!
Michael Niedermayer <michaelni <at> gmx.at> writes:
> > Index: libavformat/udp.c
> > ===================================================================
> > --- libavformat/udp.c (revision 13104)
> > +++ libavformat/udp.c (working copy)
> > @@ -51,7 +51,7 @@
> > #else
> > struct sockaddr_storage dest_addr;
> > #endif
> > - size_t dest_addr_len;
> > + int dest_addr_len;
> > } UDPContext;
> >
> > #define UDP_TX_BUF_SIZE 32768
>
> ok
I applied the patch.
Luca can not svn atm.
Carl Eugen
More information about the ffmpeg-devel
mailing list