> On 26 Jul 2023, at 21:15, reimar.doeffin...@gmx.de wrote:
>
> From: Reimar Döffinger
>
> ret can be given an argument instead.
> This is also consistent with how other assembler code
> in FFmpeg does it.
Now pushed.
___
ffmpeg-devel mailing list
ff
> On 26 Jul 2023, at 21:43, Martin Storsjö wrote:
>
> On Wed, 26 Jul 2023, reimar.doeffin...@gmx.de wrote:
>
>> From: Reimar Döffinger
>>
>> ret can be given an argument instead.
>> This is also consistent with how other assembler code
>> in FFmpeg does it.
>> ---
>> libavcodec/aarch64/hevcd
On Wed, 26 Jul 2023, reimar.doeffin...@gmx.de wrote:
From: Reimar Döffinger
ret can be given an argument instead.
This is also consistent with how other assembler code
in FFmpeg does it.
---
libavcodec/aarch64/hevcdsp_idct_neon.S | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff
From: Reimar Döffinger
ret can be given an argument instead.
This is also consistent with how other assembler code
in FFmpeg does it.
---
libavcodec/aarch64/hevcdsp_idct_neon.S | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/libavcodec/aarch64/hevcdsp_idct_neon.S
b/lib