提交 6346662f 编写于 作者: J jp9000

I shouldn't have committed before compiling

Note to self - compile before committing.
上级 0a9440af
......@@ -129,8 +129,8 @@ static bool obs_init_video(struct obs_video_info *ovi)
struct video_output_info vi;
int errorcode;
ovi.output_width &= 0xFFFFFFFC;
ovi.output_height &= 0xFFFFFFFE;
ovi->output_width &= 0xFFFFFFFC;
ovi->output_height &= 0xFFFFFFFE;
make_video_info(&vi, ovi);
errorcode = video_output_open(&video->video, &vi);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册