summaryrefslogtreecommitdiffstats
path: root/remoting/codec/video_encoder_vpx.h
diff options
context:
space:
mode:
authorwez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-06 01:49:22 +0000
committerwez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-06 01:49:22 +0000
commitd0f7e45a3f8f92ffea816c76a17441e5b9f99321 (patch)
tree5c403b76ba999d3519f8199239e3227d27cf83fe /remoting/codec/video_encoder_vpx.h
parentdc383a7d302a1ff29eac0a34c3449d4082cbaa1a (diff)
downloadchromium_src-d0f7e45a3f8f92ffea816c76a17441e5b9f99321.zip
chromium_src-d0f7e45a3f8f92ffea816c76a17441e5b9f99321.tar.gz
chromium_src-d0f7e45a3f8f92ffea816c76a17441e5b9f99321.tar.bz2
Add VP9 encode support to the remoting host.
BUG=260879 Review URL: https://codereview.chromium.org/28183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255208 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/codec/video_encoder_vpx.h')
-rw-r--r--remoting/codec/video_encoder_vpx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/codec/video_encoder_vpx.h b/remoting/codec/video_encoder_vpx.h
index f847bb5..286745f 100644
--- a/remoting/codec/video_encoder_vpx.h
+++ b/remoting/codec/video_encoder_vpx.h
@@ -22,6 +22,7 @@ class VideoEncoderVpx : public VideoEncoder {
public:
// Create encoder for the specified protocol.
static scoped_ptr<VideoEncoderVpx> CreateForVP8();
+ static scoped_ptr<VideoEncoderVpx> CreateForVP9();
virtual ~VideoEncoderVpx();