summaryrefslogtreecommitdiffstats
path: root/libavcodec/decode.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-12-14 14:05:16 +0100
committerDiego Biurrun <diego@biurrun.de>2016-12-14 14:08:43 +0100
commit554e55bbf0e4a3640a784cb512b816e776c56333 (patch)
treed811e34fbc4a56580929951ed4aa3db868e81d73 /libavcodec/decode.h
parent343e2833994655c252d5236a3394bf6db7a4d8b1 (diff)
downloadffmpeg-streaming-554e55bbf0e4a3640a784cb512b816e776c56333.zip
ffmpeg-streaming-554e55bbf0e4a3640a784cb512b816e776c56333.tar.gz
decode.h: Add missing headers to fix standalone compilation
Diffstat (limited to 'libavcodec/decode.h')
-rw-r--r--libavcodec/decode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/decode.h b/libavcodec/decode.h
index c1e6457..2f29cf6 100644
--- a/libavcodec/decode.h
+++ b/libavcodec/decode.h
@@ -21,6 +21,8 @@
#ifndef AVCODEC_DECODE_H
#define AVCODEC_DECODE_H
+#include "avcodec.h"
+
/**
* Called by decoders to get the next packet for decoding.
*
OpenPOWER on IntegriCloud