UI, libobs, obs-plugins: Fix compiler warnings

Found warnings when compiling OBS.
This commit is contained in:
Clayton Groeneveld
2021-11-03 13:14:46 -05:00
committed by Jim
parent c565bcaf54
commit af6c719139
7 changed files with 11 additions and 11 deletions

View File

@@ -92,6 +92,8 @@ static void set_psycho_aq(struct nvenc_encoder *enc, bool psycho_aq)
static bool nvenc_init_codec(struct nvenc_encoder *enc, bool psycho_aq)
{
UNUSED_PARAMETER(psycho_aq);
int ret;
// avcodec_open2 will overwrite priv_data, we call this to get a