UI, libobs, obs-plugins: Fix compiler warnings
Found warnings when compiling OBS.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user