Re: [FFmpeg-devel] [PATCH] aarch64: h264dsp: Fix incorrectly indented code

2022-02-11 Thread Martin Storsjö
On Mon, 7 Feb 2022, Martin Storsjö wrote: Signed-off-by: Martin Storsjö --- This should reduce the risk of anyone accidentally writing new code based on an incorrect example. --- libavcodec/aarch64/h264dsp_neon.S | 176 +++--- 1 file changed, 88 insertions(+), 88 deletion

[FFmpeg-devel] [PATCH] aarch64: h264dsp: Fix incorrectly indented code

2022-02-07 Thread Martin Storsjö
Signed-off-by: Martin Storsjö --- This should reduce the risk of anyone accidentally writing new code based on an incorrect example. --- libavcodec/aarch64/h264dsp_neon.S | 176 +++--- 1 file changed, 88 insertions(+), 88 deletions(-) diff --git a/libavcodec/aarch64/h264d