mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-22 13:18:34 -05:00
obs-ffmpeg: Add missing return statement
This commit is contained in:
@@ -399,6 +399,8 @@ static void *nvenc_create(obs_data_t *settings, obs_encoder_t *encoder)
|
||||
"trying again without Psycho Visual Tuning");
|
||||
enc = nvenc_create_internal(settings, encoder, false);
|
||||
}
|
||||
|
||||
return enc;
|
||||
}
|
||||
|
||||
static inline void copy_data(AVFrame *pic, const struct encoder_frame *frame,
|
||||
|
||||
Reference in New Issue
Block a user