mirror of https://git.ffmpeg.org/ffmpeg.git
aacdec: fix aac_static_table_init() prototype
This commit is contained in:
parent
68e547ae8b
commit
d6dc5d15af
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue