On Wed, Jan 20, 2016 at 5:54 AM, Diego Biurrun <di...@biurrun.de> wrote: > --- > > I do wonder why that was ever bigger than necessary ... > > libavcodec/hpeldsp.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavcodec/hpeldsp.h b/libavcodec/hpeldsp.h > index d037cba..344fa5b 100644 > --- a/libavcodec/hpeldsp.h > +++ b/libavcodec/hpeldsp.h > @@ -77,7 +77,7 @@ typedef struct HpelDSPContext { > * @param line_size number of bytes in a horizontal line of block > * @param h height > */ > - op_pixels_func put_no_rnd_pixels_tab[4][4]; > + op_pixels_func put_no_rnd_pixels_tab[2][4]; > > /** > * Halfpel motion compensation with no rounding (a+b)>>1. > --
It was related to CID 991852, but indeed the [4][4] is too much. So patch ok, but please update the documentation as well. -- Vittorio _______________________________________________ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel