On Mon, 4 Apr 2011, Luca Barbato wrote: > diff --git a/libavformat/udp.c b/libavformat/udp.c > index 8d50218..4e32a1e 100644 > --- a/libavformat/udp.c > +++ b/libavformat/udp.c > @@ -444,57 +444,41 @@ static int udp_open(URLContext *h, const char *uri, int > flags) > return AVERROR(EIO); > } > > + > static int udp_read(URLContext *h, uint8_t *buf, int size)
Stray whitespace change > > + > static int udp_write(URLContext *h, const uint8_t *buf, int size) Same here Except for that, looks good to me, and worked ok in a quick test. // Martin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
