[FFmpeg-devel] [PATCH v4 1/9] lavc/qsvenc: enable ICQ and ICQ_LA on Linux

Zhong Li zhong.li at intel.com
Thu Nov 29 10:28:59 EET 2018


ICQ/ICQ_LA are enabled with MSDK V1.28

Signed-off-by: Zhong Li <zhong.li at intel.com>
---
 libavcodec/qsvenc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/qsvenc.h b/libavcodec/qsvenc.h
index 50cc426..055b4a6 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)
-- 
2.7.4



More information about the ffmpeg-devel mailing list