I shouldn't have committed before compiling

Note to self - compile before committing.
This commit is contained in:
jp9000
2014-02-11 04:24:41 -07:00
parent 0a9440afdf
commit 6346662f19

View File

@@ -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);