diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2012-08-26 22:09:10 -0400 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-08-28 15:04:16 +0200 |
commit | 61e262f6d7b86172d56b8363dfc105f70261d233 (patch) | |
tree | 71a1fd43be49711c3c384ca0ab0af64387ed9e60 /libavresample/x86 | |
parent | 4f92d31aa4b152cb191b8ee373ba04177848651a (diff) | |
download | ffmpeg-61e262f6d7b86172d56b8363dfc105f70261d233.tar.gz |
vp56: Don't use DECLARE_ALIGN on a typedef name
Instead, use it on the first member, since by definition, if
any member is aligned, the whole struct must be, in order to
maintain that alignment.
Fixes compilation with some finicky compilers, like a mix of libclang/msvc
Idea for fix from Måns Rullgård.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavresample/x86')
0 files changed, 0 insertions, 0 deletions