Skip to content

Commit

Permalink
obs-ffmpeg: set av1 boolean on nvenc_encoder
Browse files Browse the repository at this point in the history
  • Loading branch information
Bleuzen committed Apr 23, 2023
1 parent 69c4e53 commit efe2c0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/obs-ffmpeg/obs-ffmpeg-nvenc.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ static void *nvenc_create_internal(obs_data_t *settings, obs_encoder_t *encoder,
{
struct nvenc_encoder *enc = bzalloc(sizeof(*enc));

enc->av1 = av1;
#ifdef ENABLE_HEVC
enc->hevc = hevc;
if (hevc) {
Expand Down

0 comments on commit efe2c0c

Please sign in to comment.