ffmpeg | branch: master | Anton Khirnov <an...@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 _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog