diff options
author | Martin Storsjö <martin@martin.st> | 2017-03-28 12:53:58 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2017-03-29 09:08:31 +0300 |
commit | e788ca05a796c97b84758189c83183f5ffa808f4 (patch) | |
tree | 2f368503180ed901dcf1418552c76c3b87d15c25 /doc | |
parent | fbc6f190a61810a4f3c5181822c2da1027cda154 (diff) | |
download | ffmpeg-e788ca05a796c97b84758189c83183f5ffa808f4.tar.gz |
hevcdec: Use LOCAL_ALIGNED_* for declaring local variables with alignment
Not all compilers can do alignment larger than the normal stack alignment
for variables on the stack. In these cases, the LOCAL_ALIGNED_* macros
produce the workaround alignment wrapper consisting of a padded array
and a pointer variable.
This fixes the hevc fate tests on RVCT/ARMCC after adding IDCT assembly
that actually assumes/relies on this alignment.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions