Skip to content
Snippets Groups Projects
Commit ede590c8 authored by James Almer's avatar James Almer
Browse files

avcodec/aacsbr: add missing header include


Fixes make checkheaders

Signed-off-by: default avatarJames Almer <jamrial@gmail.com>
parent dae79a18
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,7 @@ ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment