mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
aacsbr_template: include mem.h
Future AAC changes remove the need to include this header.
This commit is contained in:
parent
f55b587820
commit
3600f757db
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user