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
1 changed files with 1 additions and 1 deletions

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