diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2012-08-26 20:57:08 -0400 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2012-08-27 14:08:17 -0400 |
commit | 5395d882b4c06825f43239d2e8869c82275bb3b6 (patch) | |
tree | 09fbb10f8684c009489f8042c2cc7f842422b487 /libavcodec/h264pred.c | |
parent | 0de4a563e4f301c1abc2032d5c13c3cbb39e430c (diff) | |
download | ffmpeg-5395d882b4c06825f43239d2e8869c82275bb3b6.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.
Idea for fix from Måns Rullgård.
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'libavcodec/h264pred.c')
0 files changed, 0 insertions, 0 deletions