On Tue, Jul 29, 2014 at 02:29:14PM +0100, Vittorio Giovara wrote: > --- a/libavutil/pixdesc.c > +++ b/libavutil/pixdesc.c > @@ -1557,7 +1557,8 @@ int av_get_bits_per_pixel(const AVPixFmtDescriptor > *pixdesc) > > -char *av_get_pix_fmt_string (char *buf, int buf_size, enum AVPixelFormat > pix_fmt) > +char *av_get_pix_fmt_string (char *buf, int buf_size, > + enum AVPixelFormat pix_fmt)
Drop the space before ( while you're at it. > --- a/libavutil/pixdesc.h > +++ b/libavutil/pixdesc.h > @@ -208,7 +222,8 @@ const char *av_get_pix_fmt_name(enum AVPixelFormat > pix_fmt); > * corresponding header. > */ > -char *av_get_pix_fmt_string (char *buf, int buf_size, enum AVPixelFormat > pix_fmt); > +char *av_get_pix_fmt_string (char *buf, int buf_size, > + enum AVPixelFormat pix_fmt); > same LGTM otherwise Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
