Revert "obs-ffmpeg, obs-qsv11: Disable dynamic bitrate support"

This reverts commit 1b29bfc884.
This commit is contained in:
Richard Stanway
2021-08-21 16:22:34 +02:00
committed by Jim
parent 6e6263b185
commit 1444ead812
3 changed files with 6 additions and 4 deletions

View File

@@ -661,6 +661,8 @@ struct obs_encoder_info nvenc_encoder_info = {
.get_sei_data = nvenc_sei_data,
.get_video_info = nvenc_video_info,
#ifdef _WIN32
.caps = OBS_ENCODER_CAP_INTERNAL,
.caps = OBS_ENCODER_CAP_DYN_BITRATE | OBS_ENCODER_CAP_INTERNAL,
#else
.caps = OBS_ENCODER_CAP_DYN_BITRATE,
#endif
};