Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2017-02-10 10:20:39 +0300
committerMartin Storsjö <martin@martin.st>2017-02-10 10:31:49 +0300
commitbc2589763042dc2384b724b203ec778f35bcebad (patch)
tree27abe13ee885dc96047a07c6190d928ae146a7ba /libavcodec/utvideodec.c
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/utvideodec.c')
-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"