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(); |