X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh264dec.h;h=1d9723260dd3cf8016a96887bb4bb74f63cc8854;hb=c837918f50a7bbd6150afd340857ea43fe4717c7;hp=b87b947f95b10863257ccd2475b37905375b62fc;hpb=87865bf6c7001e6fd8c536a247f71a9a426c3bd0;p=ffmpeg diff --git a/libavcodec/h264dec.h b/libavcodec/h264dec.h index b87b947f95b..1d9723260dd 100644 --- a/libavcodec/h264dec.h +++ b/libavcodec/h264dec.h @@ -417,6 +417,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];