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:
authorDiego Biurrun <diego@biurrun.de>2016-12-14 16:05:16 +0300
committerDiego Biurrun <diego@biurrun.de>2016-12-14 16:08:43 +0300
commit554e55bbf0e4a3640a784cb512b816e776c56333 (patch)
treed811e34fbc4a56580929951ed4aa3db868e81d73 /libavcodec/decode.h
parent343e2833994655c252d5236a3394bf6db7a4d8b1 (diff)
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 c1e6457f77..2f29cf6107 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.
*