Merge pull request #1122 from SuslikV/patch-5

libobs: Fix incomplete struct in scaler call
This commit is contained in:
Jim 2018-01-05 16:00:54 -08:00 committed by GitHub
commit 98d291c037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -302,6 +302,8 @@ static inline bool video_input_init(struct video_input *input,
.format = video->info.format,
.width = video->info.width,
.height = video->info.height,
.range = video->info.range,
.colorspace = video->info.colorspace
};
int ret = video_scaler_create(&input->scaler,