Re: [libav-devel] [PATCH] cosmetics: Remove some unnecessary block braces.

2012-01-25 Thread Martin Storsjö
On Wed, 25 Jan 2012, Diego Biurrun wrote: On Wed, Jan 25, 2012 at 01:57:11PM +0200, Martin Storsjö wrote: On Wed, 18 Jan 2012, Diego Biurrun wrote: --- a/libswscale/ppc/swscale_altivec.c +++ b/libswscale/ppc/swscale_altivec.c @@ -99,7 +99,6 @@ yuv2planeX_altivec(const int16_t *filter, int filt

Re: [libav-devel] [PATCH] cosmetics: Remove some unnecessary block braces.

2012-01-25 Thread Diego Biurrun
On Wed, Jan 25, 2012 at 01:57:11PM +0200, Martin Storsjö wrote: > On Wed, 18 Jan 2012, Diego Biurrun wrote: > >--- a/libswscale/ppc/swscale_altivec.c > >+++ b/libswscale/ppc/swscale_altivec.c > >@@ -99,7 +99,6 @@ yuv2planeX_altivec(const int16_t *filter, int filterSize, > > const

Re: [libav-devel] [PATCH] cosmetics: Remove some unnecessary block braces.

2012-01-25 Thread Martin Storsjö
On Wed, 18 Jan 2012, Diego Biurrun wrote: --- libavcodec/motion_est.c | 36 +--- libavfilter/vf_hflip.c |2 -- libswscale/ppc/swscale_altivec.c | 10 -- 3 files changed, 17 insertions(+), 31 deletions(-) diff --git a/libavcodec/mot

Re: [libav-devel] [PATCH] cosmetics: Remove some unnecessary block braces.

2012-01-25 Thread Diego Biurrun
On Wed, Jan 18, 2012 at 08:26:55PM +0100, Diego Biurrun wrote: > --- > libavcodec/motion_est.c | 36 +--- > libavfilter/vf_hflip.c |2 -- > libswscale/ppc/swscale_altivec.c | 10 -- > 3 files changed, 17 insertions(+), 31 deletions

[libav-devel] [PATCH] cosmetics: Remove some unnecessary block braces.

2012-01-18 Thread Diego Biurrun
--- libavcodec/motion_est.c | 36 +--- libavfilter/vf_hflip.c |2 -- libswscale/ppc/swscale_altivec.c | 10 -- 3 files changed, 17 insertions(+), 31 deletions(-) diff --git a/libavcodec/motion_est.c b/libavcodec/motion_est.c index

Re: [libav-devel] [PATCH] cosmetics: Remove some unnecessary block braces.

2012-01-18 Thread Diego Biurrun
On Wed, Jan 18, 2012 at 06:25:15PM +, Måns Rullgård wrote: > Diego Biurrun writes: > > > --- > > libavcodec/motion_est.c |2 -- > > libavfilter/vf_hflip.c |2 -- > > libswscale/ppc/swscale_altivec.c | 10 -- > > 3 files changed, 0 insertions(+), 14 deleti

Re: [libav-devel] [PATCH] cosmetics: Remove some unnecessary block braces.

2012-01-18 Thread Måns Rullgård
Diego Biurrun writes: > --- > libavcodec/motion_est.c |2 -- > libavfilter/vf_hflip.c |2 -- > libswscale/ppc/swscale_altivec.c | 10 -- > 3 files changed, 0 insertions(+), 14 deletions(-) Looks OK. Would you mind also fixing the indentation of those blocks

[libav-devel] [PATCH] cosmetics: Remove some unnecessary block braces.

2012-01-18 Thread Diego Biurrun
--- libavcodec/motion_est.c |2 -- libavfilter/vf_hflip.c |2 -- libswscale/ppc/swscale_altivec.c | 10 -- 3 files changed, 0 insertions(+), 14 deletions(-) diff --git a/libavcodec/motion_est.c b/libavcodec/motion_est.c index c4512a9..be317b9 100644 --- a/liba