[FFmpeg-cvslog] aacsbr_template: include mem.h

Lynne git at videolan.org
Tue Apr 23 09:58:00 EEST 2024


ffmpeg | branch: master | Lynne <dev at lynne.ee> | Wed Apr 10 18:44:48 2024 +0200| [3600f757db3f908df0fcd5b5e1999aca22c41a5b] | committer: Lynne

aacsbr_template: include mem.h

Future AAC changes remove the need to include this header.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3600f757db3f908df0fcd5b5e1999aca22c41a5b
---

 libavcodec/aacsbr_template.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/aacsbr_template.c b/libavcodec/aacsbr_template.c
index eadd6fa2d3..f1dfa0da36 100644
--- a/libavcodec/aacsbr_template.c
+++ b/libavcodec/aacsbr_template.c
@@ -36,6 +36,7 @@
 #include "aac/aacdec_tab.h"
 #include "avcodec.h"
 #include "libavutil/qsort.h"
+#include "libavutil/mem.h"
 
 static av_cold void aacsbr_tableinit(void)
 {



More information about the ffmpeg-cvslog mailing list