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

Disha Singh directionstar86 at gmail.com
Wed Apr 6 04:26:55 CEST 2016


> 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]
>

During build other encoders too give this warning (deprecation of
coded->frame), so I could not figure out how to fix it. Please give some
clue regarding what to be used instead of "coded->frame". :)


-Disha


More information about the ffmpeg-devel mailing list