Re: [libav-devel] [PATCH 4/7] wma: cosmetics: Fix coding style inconsistencies

2014-09-01 Thread Diego Biurrun
On Fri, Aug 29, 2014 at 10:43:45PM -0400, Gabriel Dume wrote: > --- a/libavcodec/wma.h > +++ b/libavcodec/wma.h > @@ -51,7 +51,7 @@ > > //FIXME should be in wmadec > #define VLCBITS 9 > -#define VLCMAX ((22+VLCBITS-1)/VLCBITS) > +#define VLCMAX ((22 + VLCBITS-1) / VLCBITS) spaces around - as w

[libav-devel] [PATCH 4/7] wma: cosmetics: Fix coding style inconsistencies

2014-08-29 Thread Gabriel Dume
--- libavcodec/wma.h | 8 +-- libavcodec/wmadata.h | 12 ++-- libavcodec/wmadec.c | 180 ++- libavcodec/wmaenc.c | 172 ++-- 4 files changed, 195 insertions(+), 177 deletions(-) diff --git a/libav