Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-02-15 20:49:29 +0300
committerAnton Khirnov <anton@khirnov.net>2016-02-18 10:47:33 +0300
commit9c0bc1e980a99106d6749ec632f166b87275871e (patch)
tree04477071dabc2c505d961469ac40a091c73b4d07 /libavcodec/qsv_internal.h
parentb92962436bdcfae478c8598dca397a397762eef8 (diff)
qsv: add a missing #include
Needed for enum AVCodecID
Diffstat (limited to 'libavcodec/qsv_internal.h')
-rw-r--r--libavcodec/qsv_internal.h2
1 files changed, 2 insertions, 0 deletions
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