提交 abdc2b61 编写于 作者: J jp9000

UI: Make RGB output use RGB, not BGR

Noticed that the red and blue channels were inverted when testing.
上级 a32f8a5d
......@@ -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()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册