diff options
author | Andreas Rheinhardt <[email protected]> | 2025-06-13 02:50:11 +0200 |
---|---|---|
committer | Andreas Rheinhardt <[email protected]> | 2025-06-21 22:08:52 +0200 |
commit | dcd7408c9200464bc33293b96f439121af2dd692 (patch) | |
tree | d8e41940f88557e62e9f42f93898b19d41b2db13 /libavcodec/vc1_parser.c | |
parent | 32cbadcd74a3f3cb1cf76cf1eb9dc5a2c8ae7e56 (diff) |
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 <[email protected]>
Diffstat (limited to 'libavcodec/vc1_parser.c')
0 files changed, 0 insertions, 0 deletions