[FFmpeg-devel] [PATCH] Replace br return with ret

2023-08-08 Thread Casey Smalley
-hdr-vivid-metadata when on hardware with BTI support. Signed-off-by: Casey Smalley --- libavcodec/aarch64/hevcdsp_idct_neon.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/aarch64/hevcdsp_idct_neon.S b/libavcodec/aarch64/hevcdsp_idct_neon.S index f7142c939c

Re: [FFmpeg-devel] [PATCH] Replace br return with ret

2023-08-04 Thread Casey Smalley
Hi, Just wondering what current thoughts on the patch was. It looks as though the change is fine, but if there is still an issue I can submit a new patch using BTI landing pads instead. Best regards, Casey. On 7/27/23 18:22, Reimar Döffinger wrote: On 27 Jul 2023, at 15:55, Rémi Denis-Cou

[FFmpeg-devel] [PATCH] Replace br return with ret

2023-07-27 Thread Casey Smalley
-off-by: Casey Smalley --- libavcodec/aarch64/hevcdsp_idct_neon.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/aarch64/hevcdsp_idct_neon.S b/libavcodec/aarch64/hevcdsp_idct_neon.S index b7f23386a4..eab2add9e8 100644 --- a/libavcodec/aarch64/hevcdsp_idct_neon.S +++ b