diff options
Diffstat (limited to 'remoting/host/capturer_fake_ascii.cc')
-rw-r--r-- | remoting/host/capturer_fake_ascii.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/capturer_fake_ascii.cc b/remoting/host/capturer_fake_ascii.cc index 4b259a9..2220cba 100644 --- a/remoting/host/capturer_fake_ascii.cc +++ b/remoting/host/capturer_fake_ascii.cc @@ -21,7 +21,7 @@ CapturerFakeAscii::~CapturerFakeAscii() { void CapturerFakeAscii::ScreenConfigurationChanged() { width_ = kWidth; height_ = kHeight; - pixel_format_ = PIXEL_FORMAT_ASCII; + pixel_format_ = media::VideoFrame::ASCII; bytes_per_row_ = width_ * kBytesPerPixel; // Create memory for the buffers. |