Re: [FFmpeg-devel] [PATCH 2/3] lavc/libxvas2: optimize code style and data acces

2019-10-13 Thread Michael Niedermayer
On Sat, Oct 12, 2019 at 09:28:33AM +0800, hwren wrote: > From: hwrenx > > Optimize using of spaces and indents, change data access from multiplication > to iteration. > > Signed-off-by: hwrenx > --- > libavcodec/libxavs2.c | 139 > ++ > 1 file

[FFmpeg-devel] [PATCH 2/3] lavc/libxvas2: optimize code style and data acces

2019-10-11 Thread hwren
From: hwrenx Optimize using of spaces and indents, change data access from multiplication to iteration. Signed-off-by: hwrenx --- libavcodec/libxavs2.c | 139 ++ 1 file changed, 71 insertions(+), 68 deletions(-) diff --git