mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-10-19 09:53:18 +00:00
avcodec/aacsbr: add missing header include
Fixes make checkheaders Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
dae79a185f
commit
ede590c84d
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include "libavutil/mem.h"
|
||||
#include "aac_defines.h"
|
||||
|
||||
///< Huffman tables for SBR
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue