May 7, 2024, 00:38 by [email protected]: > This is achieved by using function pointers for AAC SBR functions. > This unfortunately necessitated to use void* in > ff_aac_sbr_apply(_fixed). > Fixes ticket #10999. > > Signed-off-by: Andreas Rheinhardt <[email protected]> > --- > libavcodec/aac/aacdec.c | 35 ++++++--------------------- > libavcodec/aac/aacdec.h | 7 ++++++ > libavcodec/aac/aacdec_proc_template.c | 6 +++++ > libavcodec/aacsbr.h | 4 +-- > libavcodec/aacsbr_template.c | 3 ++- > 5 files changed, 25 insertions(+), 30 deletions(-) >
Very nice, thanks This sets us up to detemplate SBR too in the future. LGTM _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
