diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-03-03 17:02:10 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-03-03 22:56:07 +0100 |
commit | 0a05577d1e2f3ac2729fd1a96cbef352df20366a (patch) | |
tree | af4d268c9e833981e710da269fdc3a4e968a12de /libavfilter/vf_avgblur_vulkan.c | |
parent | 674f20813d14924e814fa1c68fe72aa2a79154bf (diff) | |
download | ffmpeg-0a05577d1e2f3ac2729fd1a96cbef352df20366a.tar.gz |
avutil/vulkan_loader: Avoid relocations for strings
To do so, concatenate all the names together to one big string
name1\0name2\0....lastname\0\0. This avoids the pointer in
the FunctionLoadInfo structure and thereby moves vk_load_info
into .rodata (and makes it smaller by 888B).
Reviewed-by: Lynne <dev@lynne.ee>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavfilter/vf_avgblur_vulkan.c')
0 files changed, 0 insertions, 0 deletions