[FFmpeg-cvslog] Merge commit '554e55bbf0e4a3640a784cb512b816e776c56333'
Clément Bœsch
git at videolan.org
Wed Apr 26 15:39:11 EEST 2017
ffmpeg | branch: master | Clément Bœsch <u at pkh.me> | Wed Apr 26 14:38:46 2017 +0200| [40cc925f9321c3665341b5a9c209cdc810446890] | committer: Clément Bœsch
Merge commit '554e55bbf0e4a3640a784cb512b816e776c56333'
* commit '554e55bbf0e4a3640a784cb512b816e776c56333':
decode.h: Add missing headers to fix standalone compilation
Merged-by: Clément Bœsch <u at pkh.me>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=40cc925f9321c3665341b5a9c209cdc810446890
---
libavcodec/decode.h | 2 ++
1 file changed, 2 insertions(+)
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.
*
======================================================================
More information about the ffmpeg-cvslog
mailing list