提交 63474164 编写于 作者: J jp9000

obs-x264: Woops, forgot to remove .rc

上级 1a0bfe32
......@@ -250,7 +250,7 @@ static void update_params(struct obs_x264 *obsx264, obs_data_t settings,
obsx264->params.rc.b_filler = true;
obsx264->params.rc.i_rc_method = X264_RC_ABR;
#else
obsx264->params.rc.i_nal_hrd = X264_NAL_HRD_CBR;
obsx264->params.i_nal_hrd = X264_NAL_HRD_CBR;
#endif
} else {
obsx264->params.rc.i_rc_method = X264_RC_CRF;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册