You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
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:
@@ -468,6 +468,7 @@ const FFCodec ff_aac_fixed_decoder = {
|
|||||||
.p.channel_layouts = aac_channel_layout,
|
.p.channel_layouts = aac_channel_layout,
|
||||||
#endif
|
#endif
|
||||||
.p.ch_layouts = aac_ch_layout,
|
.p.ch_layouts = aac_ch_layout,
|
||||||
|
.p.priv_class = &aac_decoder_class,
|
||||||
.p.profiles = NULL_IF_CONFIG_SMALL(ff_aac_profiles),
|
.p.profiles = NULL_IF_CONFIG_SMALL(ff_aac_profiles),
|
||||||
.flush = flush,
|
.flush = flush,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user