diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-03-15 22:30:09 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-03-26 06:36:43 +0100 |
commit | aa8c7dc3d8d5312954d7a13486fa0cdedfc31c7f (patch) | |
tree | ad61cbcf89c88a681640a1ccad9d07b6dfd372b8 /libavcodec/pnm.c | |
parent | 69b85a69bdf0273c17c55adda15a7c1ddf6771bc (diff) | |
download | ffmpeg-aa8c7dc3d8d5312954d7a13486fa0cdedfc31c7f.tar.gz |
avformat/argo_cvg: Avoid relocations for ArgoCVGOverride
The average length of the strings used here does not differ much
from the length of the longest string; therefore it makes sense
to use an array big enough for the longest string and not
a pointer to a string. This also moves this array into .rodata
(from .data.rel.ro).
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/pnm.c')
0 files changed, 0 insertions, 0 deletions