X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fh264.h;h=5ec4f0c2550b47ca388bdc96c254f953127c26e9;hb=a80191379bb994e7d8f5484993e39d33e07240f0;hp=00f8b7f241e92765e1f922921bd3ebfdb0536168;hpb=2dbda9378c1e60d9f8b11ca0d1b3113a01e39742;p=ffmpeg diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 00f8b7f241e..5ec4f0c2550 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -749,7 +749,7 @@ typedef struct H264Context { int16_t slice_row[MAX_SLICES]; ///< to detect when MAX_SLICES is too low - uint8_t parse_history[4]; + uint8_t parse_history[6]; int parse_history_count; int parse_last_mb; uint8_t *edge_emu_buffer;