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

superdump subversion at mplayerhq.hu
Sun Sep 27 15:19:57 CEST 2009


Author: superdump
Date: Sun Sep 27 15:19:57 2009
New Revision: 5393

Log:
Change the declarations of ff_aac_sbr_init() to be ff_aac_sbr_init(void) as
the function has no parameters, not unspecified parameters

Modified:
   aac-sbr/aacsbr.c
   aac-sbr/ffmpeg.diff

Modified: aac-sbr/aacsbr.c
==============================================================================
--- aac-sbr/aacsbr.c	Sun Sep 27 15:11:24 2009	(r5392)
+++ aac-sbr/aacsbr.c	Sun Sep 27 15:19:57 2009	(r5393)
@@ -33,7 +33,7 @@
 
 static VLC vlc_sbr[10];
 
-av_cold void ff_aac_sbr_init()
+av_cold void ff_aac_sbr_init(void)
 {
     static const struct {
         const void *sbr_codes, *sbr_bits;

Modified: aac-sbr/ffmpeg.diff
==============================================================================
--- 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);
  


More information about the FFmpeg-soc mailing list