[FFmpeg-cvslog] qsv: add a missing #include

Anton Khirnov git at videolan.org
Wed Feb 24 18:24:18 CET 2016


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Mon Feb 15 18:49:29 2016 +0100| [9c0bc1e980a99106d6749ec632f166b87275871e] | committer: Anton Khirnov

qsv: add a missing #include

Needed for enum AVCodecID

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9c0bc1e980a99106d6749ec632f166b87275871e
---

 libavcodec/qsv_internal.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavcodec/qsv_internal.h b/libavcodec/qsv_internal.h
index 949f6eb..1b7a2e7 100644
--- a/libavcodec/qsv_internal.h
+++ b/libavcodec/qsv_internal.h
@@ -25,6 +25,8 @@
 
 #include "libavutil/frame.h"
 
+#include "avcodec.h"
+
 #define QSV_VERSION_MAJOR 1
 #define QSV_VERSION_MINOR 1
 



More information about the ffmpeg-cvslog mailing list