mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-30 17:58:37 +08:00
Merge pull request #2056 from jpark37/qsv-warning
obs-qsv11: Remove leftover stack variable
This commit is contained in:
@@ -79,8 +79,6 @@ void qsv_encoder_version(unsigned short *major, unsigned short *minor)
|
||||
|
||||
qsv_t *qsv_encoder_open(qsv_param_t *pParams)
|
||||
{
|
||||
bool false_value = false;
|
||||
|
||||
QSV_Encoder_Internal *pEncoder = new QSV_Encoder_Internal(impl, ver);
|
||||
mfxStatus sts = pEncoder->Open(pParams);
|
||||
if (sts != MFX_ERR_NONE) {
|
||||
|
||||
Reference in New Issue
Block a user