1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

aacdec: fix aac_static_table_init() prototype

This commit is contained in:
Anton Khirnov 2015-12-06 11:02:17 +01:00
parent 68e547ae8b
commit d6dc5d15af

View File

@ -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);