diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-12-14 14:05:16 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-12-14 14:08:43 +0100 |
commit | 554e55bbf0e4a3640a784cb512b816e776c56333 (patch) | |
tree | d811e34fbc4a56580929951ed4aa3db868e81d73 /libavcodec/decode.h | |
parent | 343e2833994655c252d5236a3394bf6db7a4d8b1 (diff) | |
download | ffmpeg-554e55bbf0e4a3640a784cb512b816e776c56333.tar.gz |
decode.h: Add missing headers to fix standalone compilation
Diffstat (limited to 'libavcodec/decode.h')
-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 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. * |