mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-05 15:16:13 -05:00
UI: Make RGB output use RGB, not BGR
Noticed that the red and blue channels were inverted when testing.
This commit is contained in:
@@ -1523,7 +1523,7 @@ static inline enum video_format GetVideoFormatFromName(const char *name)
|
||||
return VIDEO_FORMAT_UYVY;
|
||||
#endif
|
||||
else
|
||||
return VIDEO_FORMAT_BGRA;
|
||||
return VIDEO_FORMAT_RGBA;
|
||||
}
|
||||
|
||||
int OBSBasic::ResetVideo()
|
||||
|
||||
Reference in New Issue
Block a user