Re: [FFmpeg-devel] [PATCH] avcodec/mips: Fix a warnning of indentation not reflect the block structure.

2019-09-10 Thread Michael Niedermayer
On Mon, Sep 09, 2019 at 11:50:51AM +0800, Shiyou Yin wrote: > The indentation of code dose not reflect the if block structure in > 'apply_ltp_mips', and this will generate a warnning when build with > '-Wall' or '-Wmisleading-indentation'. > --- > libavcodec/mips/aacdec_mips.c | 6 +++--- > 1

[FFmpeg-devel] [PATCH] avcodec/mips: Fix a warnning of indentation not reflect the block structure.

2019-09-08 Thread Shiyou Yin
The indentation of code dose not reflect the if block structure in 'apply_ltp_mips', and this will generate a warnning when build with '-Wall' or '-Wmisleading-indentation'. --- libavcodec/mips/aacdec_mips.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git