Re: [FFmpeg-devel] [Patch]Qualification task for TrueHD encoder

2016-04-06 Thread Michael Niedermayer
On Wed, Apr 06, 2016 at 07:56:55AM +0530, Disha Singh wrote: > > there are the following build warnings, please fix them > > > > libavcodec/mlpenc.c: In function ‘mlp_encode_init’: > > libavcodec/mlpenc.c:585:5: warning: ‘coded_frame’ is deprecated (declared > > at libavcodec/avcodec.h:2967) [-Wdep

Re: [FFmpeg-devel] [Patch]Qualification task for TrueHD encoder

2016-04-05 Thread Disha Singh
> there are the following build warnings, please fix them > > libavcodec/mlpenc.c: In function ‘mlp_encode_init’: > libavcodec/mlpenc.c:585:5: warning: ‘coded_frame’ is deprecated (declared > at libavcodec/avcodec.h:2967) [-Wdeprecated-declarations] > libavcodec/mlpenc.c: In function ‘mlp_encode_fr

Re: [FFmpeg-devel] [Patch]Qualification task for TrueHD encoder

2016-04-05 Thread Michael Niedermayer
On Tue, Apr 05, 2016 at 06:50:33AM +0530, Disha Singh wrote: > This patch has an lpc issue, and needs some work with passing of parameters > in ff_lpc_calc_coeff(), which my mentor said he would help with. > > Thanks! > > -Disha > Changelog |1 > configure |1

Re: [FFmpeg-devel] [Patch]Qualification task for TrueHD encoder

2016-04-05 Thread Michael Niedermayer
On Tue, Apr 05, 2016 at 10:45:18PM +0200, Michael Niedermayer wrote: > Hi Disha > > On Tue, Apr 05, 2016 at 06:50:33AM +0530, Disha Singh wrote: > > This patch has an lpc issue, and needs some work with passing of parameters > > in ff_lpc_calc_coeff(), which my mentor said he would help with. > [.

Re: [FFmpeg-devel] [Patch]Qualification task for TrueHD encoder

2016-04-05 Thread Michael Niedermayer
Hi Disha On Tue, Apr 05, 2016 at 06:50:33AM +0530, Disha Singh wrote: > This patch has an lpc issue, and needs some work with passing of parameters > in ff_lpc_calc_coeff(), which my mentor said he would help with. [...] > +static ChannelParams restart_channel_params[MAX_CHANNELS]; > +static De

[FFmpeg-devel] [Patch]Qualification task for TrueHD encoder

2016-04-04 Thread Disha Singh
This patch has an lpc issue, and needs some work with passing of parameters in ff_lpc_calc_coeff(), which my mentor said he would help with. Thanks! -Disha From 9ab9819c2e2bb0759944a69204918fad10102ef1 Mon Sep 17 00:00:00 2001 From: dinux5 Date: Mon, 4 Apr 2016 08:41:56 +0530 Subject: [PATCH] ML