diff options
author | Zhong Li <zhong.li@intel.com> | 2018-11-29 16:28:59 +0800 |
---|---|---|
committer | Zhong Li <zhong.li@intel.com> | 2018-11-30 17:51:49 +0800 |
commit | 518b963d2c99ad03570b3224f76a1224c62e66e9 (patch) | |
tree | 35fb99ef07db973ab67db69cab373f96a34f0ac8 /libavcodec | |
parent | ba71ebbbfa16f965477f40cf10ca1af5d6bc477d (diff) | |
download | ffmpeg-518b963d2c99ad03570b3224f76a1224c62e66e9.tar.gz |
lavc/qsvenc: enable ICQ and ICQ_LA on Linux
ICQ/ICQ_LA are enabled with MSDK V1.28
Reviewed-by: Mark Thompson <sw@jkqxz.net>
Signed-off-by: Zhong Li <zhong.li@intel.com>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/qsvenc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/qsvenc.h b/libavcodec/qsvenc.h index 50cc4267e7..055b4a60fa 100644 --- a/libavcodec/qsvenc.h +++ b/libavcodec/qsvenc.h @@ -53,7 +53,7 @@ #define QSV_HAVE_MF 0 #else #define QSV_HAVE_AVBR 0 -#define QSV_HAVE_ICQ 0 +#define QSV_HAVE_ICQ QSV_VERSION_ATLEAST(1, 28) #define QSV_HAVE_VCM 0 #define QSV_HAVE_QVBR 0 #define QSV_HAVE_MF QSV_VERSION_ATLEAST(1, 25) |