From 9c0bc1e980a99106d6749ec632f166b87275871e Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 15 Feb 2016 18:49:29 +0100 Subject: qsv: add a missing #include Needed for enum AVCodecID --- libavcodec/qsv_internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/qsv_internal.h') diff --git a/libavcodec/qsv_internal.h b/libavcodec/qsv_internal.h index 949f6ebf9b..1b7a2e77b2 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 -- cgit v1.2.3