diff options
author | Martin Storsjö <martin@martin.st> | 2017-02-10 09:20:39 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2017-02-10 09:31:49 +0200 |
commit | bc2589763042dc2384b724b203ec778f35bcebad (patch) | |
tree | 27abe13ee885dc96047a07c6190d928ae146a7ba | |
parent | a52976c0feab6e86138983c248bd01fa45cdda69 (diff) | |
download | ffmpeg-bc2589763042dc2384b724b203ec778f35bcebad.tar.gz |
utvideodec: Add a missing include
This was missing from 77c23704c76, fixing building.
Signed-off-by: Martin Storsjö <martin@martin.st>
-rw-r--r-- | libavcodec/utvideodec.c | 1 |
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" |