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

Unified Diff: remoting/codec/video_encoder_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_encoder_vpx.h
diff --git a/remoting/codec/video_encoder_vpx.h b/remoting/codec/video_encoder_vpx.h
index 2c6d9e25b75e6caf7f2ec0818688e8fa8f7694ea..69da21944452c1c6da52124921dbffd302136c23 100644
--- a/remoting/codec/video_encoder_vpx.h
+++ b/remoting/codec/video_encoder_vpx.h
@@ -18,10 +18,9 @@ class DesktopSize;
namespace remoting {
-// A class that uses VP8 to perform encoding.
class VideoEncoderVpx : public VideoEncoder {
public:
- // Creates a encoder for VP8.
+ // Create encoder for the specified protocol.
Jamie 2013/10/21 18:28:20 What was wrong with the previous comment?
Wez 2013/10/22 01:13:01 Comment change ended up in the wrong CL; it'll wan
static scoped_ptr<VideoEncoderVpx> CreateForVP8();
virtual ~VideoEncoderVpx();

Powered by Google App Engine
This is Rietveld 408576698