Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(705)

Unified Diff: remoting/codec/video_decoder_verbatim.h

Issue 2088953004: Fix VideoDecoderVpx to use pixel format the consumer wants. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/codec/video_decoder_verbatim.h
diff --git a/remoting/codec/video_decoder_verbatim.h b/remoting/codec/video_decoder_verbatim.h
index 2ccf7c53d9837561d80bc427473620ed2ff2a70c..77df2f97dacbec372b38d218ece62aaaca2f7f64 100644
--- a/remoting/codec/video_decoder_verbatim.h
+++ b/remoting/codec/video_decoder_verbatim.h
@@ -24,6 +24,7 @@ class VideoDecoderVerbatim : public VideoDecoder {
~VideoDecoderVerbatim() override;
// VideoDecoder implementation.
+ void SetPixelFormat(PixelFormat pixel_format) override;
bool DecodePacket(const VideoPacket& packet,
webrtc::DesktopFrame* frame) override;

Powered by Google App Engine
This is Rietveld 408576698