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 > libavcodec/Makefile | 1 > libavcodec/allcodecs.c | 2 > libavcodec/mlp.h | 4 > libavcodec/mlpenc.c | 2496 > +++++++++++++++++++++++++++++++++++++++++++++++++ > 6 files changed, 2504 insertions(+), 1 deletion(-) > 6bf664edf111d3a5b7e4010b30e04bbbf37a715e 0001-MLP-ENCODER.patch > From 9ab9819c2e2bb0759944a69204918fad10102ef1 Mon Sep 17 00:00:00 2001 > From: dinux5 <directionsta...@gmail.com> > Date: Mon, 4 Apr 2016 08:41:56 +0530 > Subject: [PATCH] MLP ENCODER. 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_frame’: libavcodec/mlpenc.c:2369:5: warning: ‘coded_frame’ is deprecated (declared at libavcodec/avcodec.h:2967) [-Wdeprecated-declarations] libavcodec/mlpenc.c: In function ‘mlp_encode_close’: libavcodec/mlpenc.c:2469:5: warning: ‘coded_frame’ is deprecated (declared at libavcodec/avcodec.h:2967) [-Wdeprecated-declarations] libavcodec/mlpenc.c: In function ‘analyze_sample_buffer’: libavcodec/mlpenc.c:2141:19: warning: ‘best_codebook’ may be used uninitialized in this function [-Wuninitialized] libavcodec/mlpenc.c:2089:22: note: ‘best_codebook’ was declared here [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Everything should be made as simple as possible, but not simpler. -- Albert Einstein
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel