mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-20 15:32:10 -04:00
Merge pull request #1945 from jpark37/fix-source-format
libobs: Fix format selection
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user