mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-20 12:18:34 -05:00
Revert "obs-ffmpeg: Check nvenc max bframe count"
This reverts commita793748743. Not necessary, there's a better fix with77fbfbe5c6.
This commit is contained in:
@@ -588,8 +588,7 @@ static bool init_encoder_base(struct nvenc_data *enc, obs_data_t *settings,
|
||||
config->gopLength = gop_size;
|
||||
config->frameIntervalP = 1 + bf;
|
||||
|
||||
int32_t max_bf = (int32_t)nv_get_cap(enc, NV_ENC_CAPS_NUM_MAX_BFRAMES);
|
||||
enc->bframes = bf <= max_bf ? bf : max_bf;
|
||||
enc->bframes = bf;
|
||||
|
||||
/* lookahead */
|
||||
const bool use_profile_lookahead = config->rcParams.enableLookahead;
|
||||
|
||||
Reference in New Issue
Block a user