aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/misc4_parser.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2025-06-13 02:50:11 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2025-06-21 22:08:52 +0200
commitdcd7408c9200464bc33293b96f439121af2dd692 (patch)
treed8e41940f88557e62e9f42f93898b19d41b2db13 /libavcodec/misc4_parser.c
parent32cbadcd74a3f3cb1cf76cf1eb9dc5a2c8ae7e56 (diff)
downloadffmpeg-dcd7408c9200464bc33293b96f439121af2dd692.tar.gz
avcodec/mpegvideo: Provide alignment hint to compiler
The underlying element type has always a size of 32B, so that the pointer is always at least 16B aligned. Clang uses this to upgrade the (inlined) memset to aligned stores. GCC doesn't (it does it only when the alignment hint is provided via __builtin_assume_aligned). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/misc4_parser.c')
0 files changed, 0 insertions, 0 deletions