Re: [FFmpeg-devel] [PATCH v2 3/8] aaccoder: fix M/S coding

2015-07-03 Thread Michael Niedermayer
On Fri, Jul 03, 2015 at 12:01:44AM -0300, Claudio Freire wrote: > On Thu, Jul 2, 2015 at 3:13 PM, Rostislav Pehlivanov > wrote: > > There were some mistakes in the code for M/S stereo, this commit fixes > > them. The start variable was not being reset for every window and every > > access to the

Re: [FFmpeg-devel] [PATCH v2 3/8] aaccoder: fix M/S coding

2015-07-02 Thread Claudio Freire
On Thu, Jul 2, 2015 at 3:13 PM, Rostislav Pehlivanov wrote: > There were some mistakes in the code for M/S stereo, this commit fixes them. > The start variable was not being reset for every window and every access to > the coefficients was incorrect as well. This fixes that by properly > addres