summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2017-02-10 09:20:39 +0200
committerMartin Storsjö <martin@martin.st>2017-02-10 09:31:49 +0200
commitbc2589763042dc2384b724b203ec778f35bcebad (patch)
tree27abe13ee885dc96047a07c6190d928ae146a7ba /libavcodec
parenta52976c0feab6e86138983c248bd01fa45cdda69 (diff)
utvideodec: Add a missing include
This was missing from 77c23704c76, fixing building. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/utvideodec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/utvideodec.c b/libavcodec/utvideodec.c
index 381b4f7403..808e3be067 100644
--- a/libavcodec/utvideodec.c
+++ b/libavcodec/utvideodec.c
@@ -33,6 +33,7 @@
#include "bitstream.h"
#include "bswapdsp.h"
#include "bytestream.h"
+#include "internal.h"
#include "thread.h"
#include "utvideo.h"