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

Unified Diff: remoting/codec/video_decoder_vpx.h

Issue 26921005: Add VP9 decode support to the remoting client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable VP9 correctly in hosts. Created 7 years, 2 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_vpx.h
diff --git a/remoting/codec/video_decoder_vpx.h b/remoting/codec/video_decoder_vpx.h
index b06772539a8a171c4ace45f0b12d87a94124db04..af2966f606ba712dc40fc6ae00ce0a6518cb5296 100644
--- a/remoting/codec/video_decoder_vpx.h
+++ b/remoting/codec/video_decoder_vpx.h
@@ -18,8 +18,9 @@ namespace remoting {
class VideoDecoderVpx : public VideoDecoder {
public:
- // Creates a decoder for VP8.
+ // Create decoders for the specified protocol.
static scoped_ptr<VideoDecoderVpx> CreateForVP8();
+ static scoped_ptr<VideoDecoderVpx> CreateForVP9();
virtual ~VideoDecoderVpx();

Powered by Google App Engine
This is Rietveld 408576698