Re: [FFmpeg-devel] [PATCH 2/6] wmalossless: allow calling madd_int16

2016-04-18 Thread Christophe Gisquet
Hi, 2016-04-18 20:09 GMT+02:00 Michael Niedermayer : > On Mon, Apr 18, 2016 at 03:07:27PM +0200, Christophe Gisquet wrote: >> This is done by actually handling the cascaded LMS data as if it >> were int16_t, thus requiring switching at various locations the >> computations. >> --- >> libavcodec/w

Re: [FFmpeg-devel] [PATCH 2/6] wmalossless: allow calling madd_int16

2016-04-18 Thread Michael Niedermayer
On Mon, Apr 18, 2016 at 03:07:27PM +0200, Christophe Gisquet wrote: > This is done by actually handling the cascaded LMS data as if it > were int16_t, thus requiring switching at various locations the > computations. > --- > libavcodec/wmalosslessdec.c | 61 > +

[FFmpeg-devel] [PATCH 2/6] wmalossless: allow calling madd_int16

2016-04-18 Thread Christophe Gisquet
This is done by actually handling the cascaded LMS data as if it were int16_t, thus requiring switching at various locations the computations. --- libavcodec/wmalosslessdec.c | 61 + 1 file changed, 61 insertions(+) diff --git a/libavcodec/wmalosslessde