aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2017-03-28 12:53:58 +0300
committerMartin Storsjö <martin@martin.st>2017-03-29 09:08:31 +0300
commite788ca05a796c97b84758189c83183f5ffa808f4 (patch)
tree2f368503180ed901dcf1418552c76c3b87d15c25 /doc
parentfbc6f190a61810a4f3c5181822c2da1027cda154 (diff)
downloadffmpeg-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