[FFmpeg-soc] [soc]: r5393 - in aac-sbr: aacsbr.c ffmpeg.diff

Diego Biurrun diego at biurrun.de
Sun Sep 27 15:24:41 CEST 2009


On Sun, Sep 27, 2009 at 03:19:57PM +0200, superdump wrote:
> 
> --- aac-sbr/ffmpeg.diff	Sun Sep 27 15:11:24 2009	(r5392)
> +++ aac-sbr/ffmpeg.diff	Sun Sep 27 15:19:57 2009	(r5393)
> @@ -24,7 +24,7 @@ Index: libavcodec/aac.c
>   static VLC vlc_scalefactors;
>   static VLC vlc_spectral[11];
>   
> -+extern av_cold void ff_aac_sbr_init();
> ++extern av_cold void ff_aac_sbr_init(void);
>  +extern int ff_decode_sbr_extension(AACContext *ac, SpectralBandReplication *sbr,
>  +                                GetBitContext *gb, int crc, int cnt, int id_aac);

The indentation is off.

Diego


More information about the FFmpeg-soc mailing list