From e172b111ab65b714fc95c649715ede07d0bb4b29 Mon Sep 17 00:00:00 2001 From: "marpan@webrtc.org" Date: Fri, 10 Oct 2014 16:44:47 +0000 Subject: Add VP9 codec to VCM and vie_auto_test. Include VP9 tests in videoprocessor_integrationtests. Include end-to-end send/receiveVP9 test. Passes trybots. R=kjellander@webrtc.org, mflodman@webrtc.org, stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/29449004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@7422 4adac7df-926f-26a2-2b94-8c16560cd09d --- engine_configurations.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engine_configurations.h') diff --git a/engine_configurations.h b/engine_configurations.h index e9f23097..5f4fade5 100644 --- a/engine_configurations.h +++ b/engine_configurations.h @@ -51,6 +51,7 @@ #define VIDEOCODEC_I420 #define VIDEOCODEC_VP8 +#define VIDEOCODEC_VP9 #define VIDEOCODEC_H264 // ============================================================================ -- cgit v1.2.3