1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

avcodec/aacsbr: add missing header include

Fixes make checkheaders

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2015-07-24 16:25:01 -03:00
parent dae79a185f
commit ede590c84d

View File

@ -30,6 +30,7 @@
#include <stdint.h> #include <stdint.h>
#include "libavutil/mem.h" #include "libavutil/mem.h"
#include "aac_defines.h"
///< Huffman tables for SBR ///< Huffman tables for SBR