X-Git-Url: https://git.videolan.org/?p=ffmpeg.git;a=blobdiff_plain;f=libavcodec%2Fvp8.h;h=534c08160b9137f82d6caa1c8c0f2717fb29edb4;hp=76c8a4401a8ddc4254b50d8e0b027fa0149f3e7b;hb=2adcd15f2e02e240b31353285f9336a4cbab8274;hpb=4959a4fcf76e7c595dbb23c4e3bf59abf2e60ea4 diff --git a/libavcodec/vp8.h b/libavcodec/vp8.h index 76c8a4401a..534c08160b 100644 --- a/libavcodec/vp8.h +++ b/libavcodec/vp8.h @@ -93,7 +93,7 @@ typedef struct VP8Macroblock { uint8_t chroma_pred_mode; uint8_t segment; uint8_t intra4x4_pred_mode_mb[16]; - uint8_t intra4x4_pred_mode_top[4]; + DECLARE_ALIGNED(4, uint8_t, intra4x4_pred_mode_top)[4]; VP56mv mv; VP56mv bmv[16]; } VP8Macroblock;