diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-02-15 18:49:29 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-02-18 08:47:33 +0100 |
commit | 9c0bc1e980a99106d6749ec632f166b87275871e (patch) | |
tree | 04477071dabc2c505d961469ac40a091c73b4d07 | |
parent | b92962436bdcfae478c8598dca397a397762eef8 (diff) | |
download | ffmpeg-9c0bc1e980a99106d6749ec632f166b87275871e.tar.gz |
qsv: add a missing #include
Needed for enum AVCodecID
-rw-r--r-- | libavcodec/qsv_internal.h | 2 |
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 |