summaryrefslogtreecommitdiffstats
path: root/libavcodec/qdm2.c
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2017-04-29 00:34:11 +0000
committerDiego Biurrun <diego@biurrun.de>2017-05-02 18:38:26 +0200
commit73fc82f3434d9b68f0948700c4fd8f5056ae5afe (patch)
treec94f2b97c0c32b4a2dc35d594150ff3bd0fb89c6 /libavcodec/qdm2.c
parentedbf0fffb15dde7a1de70b05855529d5fc769f14 (diff)
downloadffmpeg-streaming-73fc82f3434d9b68f0948700c4fd8f5056ae5afe.zip
ffmpeg-streaming-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/qdm2.c')
-rw-r--r--libavcodec/qdm2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/qdm2.c b/libavcodec/qdm2.c
index 00c952d..668e513 100644
--- a/libavcodec/qdm2.c
+++ b/libavcodec/qdm2.c
@@ -44,6 +44,7 @@
#include "mpegaudio.h"
#include "mpegaudiodsp.h"
#include "rdft.h"
+#include "vlc.h"
#include "qdm2data.h"
#include "qdm2_tablegen.h"
OpenPOWER on IntegriCloud