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

Michael Niedermayer michael at niedermayer.cc
Wed Apr 6 00:31:44 CEST 2016


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 <directionstar86 at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160406/815dd427/attachment.sig>


More information about the ffmpeg-devel mailing list