obs-qsv11: Enable option for Custom Quantization Matrix
Add the option to enable custom quantization matrix for game streaming on ICL for better subject quality. Feature is only supported with AVC high profile, so added function to detect when QSV profile is modified and hide or show CQM UI option accordingly. Also, increase SPS/PPS buffer sizes since matrix is stored in SPS/PPS.
This commit is contained in:
@@ -94,11 +94,12 @@ private:
|
||||
mfxFrameSurface1 **m_pmfxSurfaces;
|
||||
mfxU16 m_nSurfNum;
|
||||
MFXVideoENCODE *m_pmfxENC;
|
||||
mfxU8 m_SPSBuffer[100];
|
||||
mfxU8 m_PPSBuffer[100];
|
||||
mfxU8 m_SPSBuffer[1024];
|
||||
mfxU8 m_PPSBuffer[1024];
|
||||
mfxU16 m_nSPSBufferSize;
|
||||
mfxU16 m_nPPSBufferSize;
|
||||
mfxVideoParam m_parameter;
|
||||
mfxExtCodingOption3 m_co3;
|
||||
mfxExtCodingOption2 m_co2;
|
||||
mfxExtCodingOption m_co;
|
||||
mfxU16 m_nTaskPool;
|
||||
|
Reference in New Issue
Block a user