diff options
author | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-06 01:49:22 +0000 |
---|---|---|
committer | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-06 01:49:22 +0000 |
commit | d0f7e45a3f8f92ffea816c76a17441e5b9f99321 (patch) | |
tree | 5c403b76ba999d3519f8199239e3227d27cf83fe /remoting/codec/video_encoder_vpx.h | |
parent | dc383a7d302a1ff29eac0a34c3449d4082cbaa1a (diff) | |
download | chromium_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.h | 1 |
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(); |