ffmpeg | branch: master | Lynne <d...@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)
 {

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to