avcodec/aacdec_fixed: add missing priv_class

This enables the same input options as the float decoder.

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2022-07-30 11:05:22 -03:00
parent 8e6759f10c
commit 9fb80bf760
1 changed files with 1 additions and 0 deletions

View File

@ -468,6 +468,7 @@ const FFCodec ff_aac_fixed_decoder = {
.p.channel_layouts = aac_channel_layout,
#endif
.p.ch_layouts = aac_ch_layout,
.p.priv_class = &aac_decoder_class,
.p.profiles = NULL_IF_CONFIG_SMALL(ff_aac_profiles),
.flush = flush,
};