[FFmpeg-devel] [PATCH 04/12] libavcodec: Implementation of AAC_fixed_decoder (LC-module) [4/4]

Michael Niedermayer michaelni at gmx.at
Sat Jun 27 03:06:57 CEST 2015


On Thu, Jun 11, 2015 at 04:08:49PM +0200, Nedeljko Babic wrote:
> From: Jovan Zelincevic <jovan.zelincevic at imgtec.com>
> 
> Build system modified
> 
> Signed-off-by: Nedeljko Babic <nedeljko.babic at imgtec.com>
> ---
>  configure                 |  1 +
>  libavcodec/Makefile       | 13 ++++++++++---
>  libavcodec/aacdec.c       |  1 -
>  libavcodec/aacdec_fixed.c |  1 -
>  libavcodec/allcodecs.c    |  1 +
>  5 files changed, 12 insertions(+), 5 deletions(-)

this adds some build warnings:
In file included from libavcodec/aacdec_fixed.c:426:0:
libavcodec/aacdec_template.c: In function ‘apply_tns’:
libavcodec/aacdec_template.c:2360:13: warning: passing argument 1 of ‘compute_lpc_coefs’ from incompatible pointer type [enabled by default]
libavcodec/lpc.h:155:19: note: expected ‘const float *’ but argument is of type ‘int *’
libavcodec/aacdec_template.c:2360:13: warning: passing argument 3 of ‘compute_lpc_coefs’ from incompatible pointer type [enabled by default]
libavcodec/lpc.h:155:19: note: expected ‘float *’ but argument is of type ‘int *’
libavcodec/aacdec_template.c: In function ‘imdct_and_windowing_ld’:
libavcodec/aacdec_template.c:2570:5: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
libavcodec/aacdec_template.c: In function ‘imdct_and_windowing_eld’:
libavcodec/aacdec_template.c:2599:64: warning: pointer type mismatch in conditional expression [enabled by default]
In file included from libavcodec/aacdec_fixed.c:426:0:
libavcodec/aacdec_template.c: In function ‘spectral_to_sample’:
libavcodec/aacdec_template.c:2739:25: warning: passing argument 4 of ‘ff_sbr_apply’ from incompatible pointer type [enabled by default]
libavcodec/aacsbr.h:46:6: note: expected ‘float *’ but argument is of type ‘int *’
libavcodec/aacdec_template.c:2739:25: warning: passing argument 5 of ‘ff_sbr_apply’ from incompatible pointer type [enabled by default]
libavcodec/aacsbr.h:46:6: note: expected ‘float *’ but argument is of type ‘int *’

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Breaking DRM is a little like attempting to break through a door even
though the window is wide open and the only thing in the house is a bunch
of things you dont want and which you would get tomorrow for free anyway
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150627/0c9cebf5/attachment.asc>


More information about the ffmpeg-devel mailing list