X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fhevcdec.h;h=ada2903222004d6b3ac92a343934adaf59295e9f;hb=3e0a16f0033390a32f8d96c0bd1040030c89e1c0;hp=293beb70832d090c85cabb74c194fd076e6573bf;hpb=1198e34e118966d6e64be5801efafad2f629f4ce;p=ffmpeg diff --git a/libavcodec/hevcdec.h b/libavcodec/hevcdec.h index 293beb70832..ada29032220 100644 --- a/libavcodec/hevcdec.h +++ b/libavcodec/hevcdec.h @@ -363,7 +363,7 @@ typedef struct HEVCLocalContext { DECLARE_ALIGNED(32, uint8_t, edge_emu_buffer)[(MAX_PB_SIZE + 7) * EDGE_EMU_BUFFER_STRIDE * 2]; /* The extended size between the new edge emu buffer is abused by SAO */ DECLARE_ALIGNED(32, uint8_t, edge_emu_buffer2)[(MAX_PB_SIZE + 7) * EDGE_EMU_BUFFER_STRIDE * 2]; - DECLARE_ALIGNED(32, int16_t, tmp [MAX_PB_SIZE * MAX_PB_SIZE]); + DECLARE_ALIGNED(32, int16_t, tmp)[MAX_PB_SIZE * MAX_PB_SIZE]; int ct_depth; CodingUnit cu;