We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6096cf0 commit 9de827eCopy full SHA for 9de827e
base/cvd/cuttlefish/host/frontend/webrtc/main.cpp
@@ -251,7 +251,7 @@ int CuttlefishMain() {
251
close(FLAGS_confui_out_fd);
252
253
int frames_fd = FLAGS_frame_server_fd;
254
- bool frames_are_rgba = true;
+ bool frames_are_rgba = !instance.guest_uses_bgra_framebuffers();
255
fruit::Injector<ScreenConnector<DisplayHandler::WebRtcScProcessedFrame>,
256
confui::HostServer, confui::HostVirtualInput>
257
conf_ui_components_injector(CreateConfirmationUIComponent,
0 commit comments