Browse Source

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>
tags/n4.2
Zhong Li 6 years ago
parent
commit
518b963d2c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/qsvenc.h

+ 1
- 1
libavcodec/qsvenc.h View File

@@ -53,7 +53,7 @@
#define QSV_HAVE_MF 0 #define QSV_HAVE_MF 0
#else #else
#define QSV_HAVE_AVBR 0 #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_VCM 0
#define QSV_HAVE_QVBR 0 #define QSV_HAVE_QVBR 0
#define QSV_HAVE_MF QSV_VERSION_ATLEAST(1, 25) #define QSV_HAVE_MF QSV_VERSION_ATLEAST(1, 25)


Loading…
Cancel
Save