diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2017-04-29 00:34:11 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2017-05-02 18:38:26 +0200 |
commit | 73fc82f3434d9b68f0948700c4fd8f5056ae5afe (patch) | |
tree | c94f2b97c0c32b4a2dc35d594150ff3bd0fb89c6 /libavcodec/atrac3.c | |
parent | edbf0fffb15dde7a1de70b05855529d5fc769f14 (diff) | |
download | ffmpeg-73fc82f3434d9b68f0948700c4fd8f5056ae5afe.tar.gz |
vlc: Add header #include when the types are used
Do not rely on indirectly including it from bitstream.h.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavcodec/atrac3.c')
-rw-r--r-- | libavcodec/atrac3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/atrac3.c b/libavcodec/atrac3.c index 2a703ca46e..d0661c83fc 100644 --- a/libavcodec/atrac3.c +++ b/libavcodec/atrac3.c @@ -44,6 +44,7 @@ #include "bytestream.h" #include "fft.h" #include "internal.h" +#include "vlc.h" #include "atrac.h" #include "atrac3data.h" |