Revert "obs-ffmpeg, obs-qsv11: Disable dynamic bitrate support"
This reverts commit 1b29bfc884
.
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
Reference in New Issue
Block a user