[FFmpeg-cvslog] aacdec: fix aac_static_table_init() prototype

Anton Khirnov git at videolan.org
Thu Dec 17 14:53:52 CET 2015


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sun Dec  6 11:02:17 2015 +0100| [d6dc5d15af0d8617611281a34a2c3f9ced149ccf] | committer: Anton Khirnov

aacdec: fix aac_static_table_init() prototype

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d6dc5d15af0d8617611281a34a2c3f9ced149ccf
---

 libavcodec/aacdec.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c
index e2e02b4..966a2ee 100644
--- a/libavcodec/aacdec.c
+++ b/libavcodec/aacdec.c
@@ -1005,7 +1005,7 @@ static void reset_predictor_group(PredictorState *ps, int group_num)
                                     sizeof(ff_aac_spectral_codes[num][0]), \
         size);
 
-static av_cold void aac_static_table_init()
+static av_cold void aac_static_table_init(void)
 {
     AAC_INIT_VLC_STATIC( 0, 304);
     AAC_INIT_VLC_STATIC( 1, 270);



More information about the ffmpeg-cvslog mailing list