[FFmpeg-soc] [soc]: r5388 - in sbr-wip: . TODO aacsbr.c aacsbr.h aacsbrdata.h checkout.sh ffmpeg.diff

Diego Biurrun diego at biurrun.de
Sun Sep 27 15:40:56 CEST 2009


On Sat, Sep 26, 2009 at 04:59:27PM +0200, superdump wrote:
> +--- libavcodec/aac.c	(revision 20025)
> ++++ libavcodec/aac.c	(working copy)
> +@@ -101,7 +103,11 @@
> + static VLC vlc_scalefactors;
> + static VLC vlc_spectral[11];
> + 
> ++extern av_cold void ff_aac_sbr_init();
> ++extern int ff_decode_sbr_extension(AACContext *ac, SpectralBandReplication *sbr,
> ++                                GetBitContext *gb, int crc, int cnt, int id_aac);

These local declarations should be in a header file.

Also, we usually skip the 'extern' keyword for these.

Diego


More information about the FFmpeg-soc mailing list