aacsbr_template: include mem.h

Future AAC changes remove the need to include this header.
release/7.1
Lynne 7 months ago
parent f55b587820
commit 3600f757db
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464
  1. 1
      libavcodec/aacsbr_template.c

@ -36,6 +36,7 @@
#include "aac/aacdec_tab.h" #include "aac/aacdec_tab.h"
#include "avcodec.h" #include "avcodec.h"
#include "libavutil/qsort.h" #include "libavutil/qsort.h"
#include "libavutil/mem.h"
static av_cold void aacsbr_tableinit(void) static av_cold void aacsbr_tableinit(void)
{ {

Loading…
Cancel
Save