diff --git a/libavcodec/h264.h b/libavcodec/h264.h index a5fc3a053f..cfd14aa646 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -605,6 +605,7 @@ typedef struct H264Context { uint8_t (*mvd_table[2])[2]; uint8_t *direct_table; + uint8_t scan_padding[16]; uint8_t zigzag_scan[16]; uint8_t zigzag_scan8x8[64]; uint8_t zigzag_scan8x8_cavlc[64];