[FFmpeg-devel] [PATCH 4/4] lavc/aarch64: clean-up sao band 8x8 function formatting
Martin Storsjö
martin at martin.st
Tue Oct 26 17:56:40 EEST 2021
On Tue, 26 Oct 2021, J. Dekker wrote:
> On 19 Oct 2021, at 10:40, Martin Storsjö wrote:
>
>> This one had the right indentation to start with, don't reindent it
>> according to the new incorrectly indented code you're adding.
>
> Yep. This was a mistake, some of (my) previously pushed code is actually
> incorrect here as well. Instructions should be indented to 9 Columns
> with the first argument being at 25 Columns.
>
> You mentioned in the past about shifting the first argument left by 1
> character when it began with a curly brace but I don't see this used in
> any other files (except the one added by me). Should this still be done?
I don't remember exactly what I've said, but as the rest of our source
doesn't do that, I'd prefer if you'd avoid it too.
> Also do you want a patch to reformat previous code to fit this 9,25 cols
> alignment?
Maybe yes, so there's less risk of confusion when writing new code.
// Martin
More information about the ffmpeg-devel
mailing list