diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h index 248446eb3a545d9ddb7b411e1b137723d15b64e3..1706af4a7d0eaf8d89cd0cc906e625e3a6e21496 100644 --- a/libavcodec/dsputil.h +++ b/libavcodec/dsputil.h @@ -292,7 +292,7 @@ typedef struct DSPContext { * @param line_size number of bytes in a horizontal line of block * @param h height */ - op_pixels_func put_no_rnd_pixels_tab[2][4]; + op_pixels_func put_no_rnd_pixels_tab[4][4]; /** * Halfpel motion compensation with no rounding (a+b)>>1.