Browse Source

Merge pull request #2563 from skyboy/skyboy-patch-1

Fix QuickSync LA_ICQ encoder settings
Richard Stanway 5 years ago
parent
commit
b9f7702378
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/obs-qsv11/QSV_Encoder_Internal.cpp

+ 1 - 0
plugins/obs-qsv11/QSV_Encoder_Internal.cpp

@@ -240,6 +240,7 @@ bool QSV_Encoder_Internal::InitParams(qsv_param_t *pParams)
 		break;
 	case MFX_RATECONTROL_LA_ICQ:
 		m_mfxEncParams.mfx.ICQQuality = pParams->nICQQuality;
+		break;
 	case MFX_RATECONTROL_LA_HRD:
 		m_mfxEncParams.mfx.TargetKbps = pParams->nTargetBitRate;
 		m_mfxEncParams.mfx.MaxKbps = pParams->nTargetBitRate;