May 7, 2024, 00:38 by andreas.rheinha...@outlook.com: > 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 <andreas.rheinha...@outlook.com> > --- > 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 ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".