Re: [FFmpeg-devel] [PATCH 2/2] alacenc: fix extra bits extraction

2014-08-17 Thread Michael Niedermayer
On Sun, Aug 17, 2014 at 10:20:14PM +0200, Christophe Gisquet wrote: > Hi, > > 2014-08-17 19:09 GMT+02:00 Christophe Gisquet : > > The raw coded bits are extracted prior to decorrelation, as is correctly > > performed by the decoder, and not after. > > Forgot to mention it fixes ticket #2768 (have

Re: [FFmpeg-devel] [PATCH 2/2] alacenc: fix extra bits extraction

2014-08-17 Thread Christophe Gisquet
Hi, 2014-08-17 19:09 GMT+02:00 Christophe Gisquet : > The raw coded bits are extracted prior to decorrelation, as is correctly > performed by the decoder, and not after. Forgot to mention it fixes ticket #2768 (haven't checked 2497 yet), so commit message amended. -- Christophe From d7ce32fdc04

[FFmpeg-devel] [PATCH 2/2] alacenc: fix extra bits extraction

2014-08-17 Thread Christophe Gisquet
The raw coded bits are extracted prior to decorrelation, as is correctly performed by the decoder, and not after. --- libavcodec/alacenc.c | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/libavcodec/alacenc.c b/libavcodec/alacenc.c index 6345253..b9ad899 100644