Merge pull request #1945 from jpark37/fix-source-format

libobs: Fix format selection
master
Jim 2019-07-01 02:38:43 -07:00 committed by GitHub
commit ae021213f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1509,7 +1509,7 @@ bool set_async_texture_size(struct obs_source *source,
source->async_gpu_conversion = true;
enum gs_color_format format =
CONVERT_RGB_LIMITED
(cur == CONVERT_RGB_LIMITED)
? convert_video_format(frame->format)
: GS_BGRX;
source->async_texrender =