diff options
author | Måns Rullgård <mans@mansr.com> | 2010-03-08 18:43:52 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-03-08 18:43:52 +0000 |
commit | 9c9a0840d04b694df9d67e7dc344f813055239e0 (patch) | |
tree | ec6b247dffeb1094c1536dc23f8bccf1a54a0e2a /libavcodec/aacsbrdata.h | |
parent | 8eecdc8b789e3fa5b640ddd26e29e9254a1dffe3 (diff) | |
download | ffmpeg-9c9a0840d04b694df9d67e7dc344f813055239e0.tar.gz |
Add lots of missing includes
Originally committed as revision 22337 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/aacsbrdata.h')
-rw-r--r-- | libavcodec/aacsbrdata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/aacsbrdata.h b/libavcodec/aacsbrdata.h index f0bd26799d..c8afeee06c 100644 --- a/libavcodec/aacsbrdata.h +++ b/libavcodec/aacsbrdata.h @@ -29,6 +29,7 @@ #define AVCODEC_AACSBRDATA_H #include <stdint.h> +#include "libavutil/mem.h" ///< Huffman tables for SBR |