]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264chroma.h
Merge commit '12db891dcd57b305d6e3c1e22ea8204dc26edda1'
[ffmpeg] / libavcodec / h264chroma.h
index 46fae425eded84e8349fea18db12cfa6e0ee0ac9..45bbc7d35e61fa085f12b6dc165d72563982cb10 100644 (file)
@@ -24,8 +24,8 @@
 typedef void (*h264_chroma_mc_func)(uint8_t *dst/*align 8*/, uint8_t *src/*align 1*/, int srcStride, int h, int x, int y);
 
 typedef struct H264ChromaContext {
-    h264_chroma_mc_func put_h264_chroma_pixels_tab[3];
-    h264_chroma_mc_func avg_h264_chroma_pixels_tab[3];
+    h264_chroma_mc_func put_h264_chroma_pixels_tab[4];
+    h264_chroma_mc_func avg_h264_chroma_pixels_tab[4];
 } H264ChromaContext;
 
 void ff_h264chroma_init(H264ChromaContext *c, int bit_depth);