commit | 663738893094f5181b0ecaa9d97396b49fb92b3a | [log] [tgz] |
---|---|---|
author | marpan@webrtc.org <marpan@webrtc.org> | Sat Nov 01 06:10:48 2014 |
committer | marpan@webrtc.org <marpan@webrtc.org> | Sat Nov 01 06:10:48 2014 |
tree | 481320663dd399abe62a4b99f90d3d2e5feb8686 | |
parent | 0eb406686ab0fd732c357b69cfdae52da7bd9c98 [diff] [blame] |
Add VP9 codec to VCM and vie_auto_test. Include VP9 tests in videoprocessor_integrationtests. Include end-to-end send/receiveVP9 test. This is the same patch as https://code.google.com/p/webrtc/source/detail?r=7422, which was reverted when rolled into chrome (due to bss size increase). Relanding this again as we now have the clear to get this in: see https://code.google.com/p/webrtc/issues/detail?id=3932 R=kjellander@webrtc.org, mflodman@webrtc.org, stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/31829004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@7588 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/engine_configurations.h b/engine_configurations.h index a91532f..5b093e5 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 // ============================================================================