summaryrefslogtreecommitdiff
path: root/libavcodec/decode.h
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-04-26 14:38:46 +0200
committerClément Bœsch <u@pkh.me>2017-04-26 14:38:46 +0200
commit40cc925f9321c3665341b5a9c209cdc810446890 (patch)
tree706f31c47198aaf1b11ec779761054430390ec9e /libavcodec/decode.h
parent964ae2db322c528aca1f6f303fc5c5274ddc3b1c (diff)
parent554e55bbf0e4a3640a784cb512b816e776c56333 (diff)
Merge commit '554e55bbf0e4a3640a784cb512b816e776c56333'
* commit '554e55bbf0e4a3640a784cb512b816e776c56333': decode.h: Add missing headers to fix standalone compilation Merged-by: Clément Bœsch <u@pkh.me>
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 2a0d478020..c9630228dc 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.
*