[FFmpeg-devel] [PATCH 12/12] avcodec/aac/aacdec_(fixed|float): Set AACDecDSP, AACDecProc directly

Lynne dev at lynne.ee
Mon May 6 20:59:30 EEST 2024


May 6, 2024, 14:16 by andreas.rheinhardt at outlook.com:

> This is more in line with how we initialize DSP functions
> and avoids tables of function pointers as well as relocations
> for these.
>
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> ---
>  libavcodec/aac/aacdec_dsp_template.c  | 43 ++++++++++++++-------------
>  libavcodec/aac/aacdec_fixed.c         |  4 +--
>  libavcodec/aac/aacdec_float.c         |  4 +--
>  libavcodec/aac/aacdec_proc_template.c | 11 ++++---
>  4 files changed, 34 insertions(+), 28 deletions(-)
>

Nice
Patch 4 to 12 LGTM


More information about the ffmpeg-devel mailing list