]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264.h
x86/hevc_mc: remove an unnecessary pxor
[ffmpeg] / libavcodec / h264.h
index 00f8b7f241e92765e1f922921bd3ebfdb0536168..5ec4f0c2550b47ca388bdc96c254f953127c26e9 100644 (file)
@@ -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;