diff options
-rw-r--r-- | remoting/host/capturer_gdi.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/capturer_gdi.cc b/remoting/host/capturer_gdi.cc index 0a06de4..8e1a375 100644 --- a/remoting/host/capturer_gdi.cc +++ b/remoting/host/capturer_gdi.cc @@ -57,6 +57,7 @@ void CapturerGdi::ScreenConfigurationChanged() { int rounded_width = (width_ + 3) & (~3); // Dimensions of screen. + pixel_format_ = media::VideoFrame::RGB32; bytes_per_row_ = rounded_width * kBytesPerPixel; // Create a differ for this screen size. |