From d0f7e45a3f8f92ffea816c76a17441e5b9f99321 Mon Sep 17 00:00:00 2001 From: "wez@chromium.org" Date: Thu, 6 Mar 2014 01:49:22 +0000 Subject: 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 --- remoting/codec/video_encoder_vpx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'remoting/codec/video_encoder_vpx.h') 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 CreateForVP8(); + static scoped_ptr CreateForVP9(); virtual ~VideoEncoderVpx(); -- cgit v1.1