Re: [libav-devel] [PATCH] fft-test: Reduce variable scope where sensibly possible

2014-07-23 Thread Katerina Barone-Adesi
LGTM. ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

[libav-devel] [PATCH] fft-test: Reduce variable scope where sensibly possible

2014-07-22 Thread Diego Biurrun
Also merge variable declaration and initialization. --- Ahem, correct patch sent now ... libavcodec/fft-test.c | 87 +-- 1 file changed, 36 insertions(+), 51 deletions(-) diff --git a/libavcodec/fft-test.c b/libavcodec/fft-test.c index 2f2f2e9..80

[libav-devel] [PATCH] fft-test: Reduce variable scope where sensibly possible

2014-07-22 Thread Diego Biurrun
Also merge variable declaration and initialization. --- Updated again after feedback from Katerina and Martin. libavcodec/fft-test.c | 86 +-- 1 file changed, 35 insertions(+), 51 deletions(-) diff --git a/libavcodec/fft-test.c b/libavcodec/fft-te

[libav-devel] [PATCH] fft-test: Reduce variable scope where sensibly possible

2014-07-22 Thread Diego Biurrun
Also merge variable declaration and initialization. --- Uncluttered a declaration line according to Katerina's preference. libavcodec/fft-test.c | 86 +-- 1 file changed, 35 insertions(+), 51 deletions(-) diff --git a/libavcodec/fft-test.c b/libav