提交 11eafbda 编写于 作者: J jp9000

obs-ffmpeg: Mark FFmpeg NVENC as internal

Because we implemented the fallback for rescaling, there's no need to
show FFmpeg NVENC anymore.
上级 4f6b4df1
......@@ -570,5 +570,5 @@ struct obs_encoder_info nvenc_encoder_info = {
.get_extra_data = nvenc_extra_data,
.get_sei_data = nvenc_sei_data,
.get_video_info = nvenc_video_info,
.caps = OBS_ENCODER_CAP_DYN_BITRATE,
.caps = OBS_ENCODER_CAP_DYN_BITRATE | OBS_ENCODER_CAP_INTERNAL,
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册