[FFmpeg-cvslog] avcodec/aacsbr: add missing header include
James Almer
git at videolan.org
Fri Jul 24 21:28:33 CEST 2015
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Fri Jul 24 16:25:01 2015 -0300| [ede590c84d73e3e900a9c644ede9dbdffe2af7e2] | committer: James Almer
avcodec/aacsbr: add missing header include
Fixes make checkheaders
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ede590c84d73e3e900a9c644ede9dbdffe2af7e2
---
libavcodec/aacsbrdata.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/aacsbrdata.h b/libavcodec/aacsbrdata.h
index 5728438..4ff8fae 100644
--- a/libavcodec/aacsbrdata.h
+++ b/libavcodec/aacsbrdata.h
@@ -30,6 +30,7 @@
#include <stdint.h>
#include "libavutil/mem.h"
+#include "aac_defines.h"
///< Huffman tables for SBR
More information about the ffmpeg-cvslog
mailing list