[FFmpeg-cvslog] utvideodec: Add a missing include
Martin Storsjö
git at videolan.org
Thu Sep 28 02:32:07 EEST 2017
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Fri Feb 10 09:20:39 2017 +0200| [bc2589763042dc2384b724b203ec778f35bcebad] | committer: Martin Storsjö
utvideodec: Add a missing include
This was missing from 77c23704c76, fixing building.
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bc2589763042dc2384b724b203ec778f35bcebad
---
libavcodec/utvideodec.c | 1 +
1 file changed, 1 insertion(+)
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"
More information about the ffmpeg-cvslog
mailing list