diff options
author | Clément Bœsch <u@pkh.me> | 2017-04-26 14:38:46 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2017-04-26 14:38:46 +0200 |
commit | 40cc925f9321c3665341b5a9c209cdc810446890 (patch) | |
tree | 706f31c47198aaf1b11ec779761054430390ec9e /libavcodec | |
parent | 964ae2db322c528aca1f6f303fc5c5274ddc3b1c (diff) | |
parent | 554e55bbf0e4a3640a784cb512b816e776c56333 (diff) | |
download | ffmpeg-40cc925f9321c3665341b5a9c209cdc810446890.tar.gz |
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')
-rw-r--r-- | libavcodec/decode.h | 2 |
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. * |