aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_scale_vaapi.c
diff options
context:
space:
mode:
authorCasey Smalley <casey.smalley@arm.com>2023-07-27 11:26:26 +0100
committerMartin Storsjö <martin@martin.st>2023-08-08 13:46:07 +0300
commitb98ee1a355e45d617e2b2a19722f74b4fe724ed3 (patch)
treeceaa165d6e7d343b2458ae0275f213f7c34ce0be /libavfilter/vf_scale_vaapi.c
parent418c954e318a79f77eae1b4d6b29d40daee4284a (diff)
downloadffmpeg-b98ee1a355e45d617e2b2a19722f74b4fe724ed3.tar.gz
aarch64/hevc: Replace br return with ret
This patch changes the return instruction in the tr_32x4 macro from BR to RET. Function returns should always use the RET instruction instead of BR, to avoid interfering with branch prediction. On devices that support BTI, this is observeable as a landing pad is required when branching with BR. The change fixes fate-hevc-hdr-vivid-metadata when on hardware with BTI support. Signed-off-by: Casey Smalley <casey.smalley@arm.com> Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavfilter/vf_scale_vaapi.c')
0 files changed, 0 insertions, 0 deletions