summaryrefslogtreecommitdiff
path: root/engine_configurations.h
diff options
context:
space:
mode:
authormarpan@webrtc.org <marpan@webrtc.org>2014-10-10 16:44:47 +0000
committermarpan@webrtc.org <marpan@webrtc.org>2014-10-10 16:44:47 +0000
commite172b111ab65b714fc95c649715ede07d0bb4b29 (patch)
tree9913def3f642c052c14739491e7f93f207359d33 /engine_configurations.h
parentc10bfea744f698e84b1cef5401cb6d060b7835e8 (diff)
downloadwebrtc-e172b111ab65b714fc95c649715ede07d0bb4b29.tar.gz
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
Diffstat (limited to 'engine_configurations.h')
-rw-r--r--engine_configurations.h1
1 files changed, 1 insertions, 0 deletions
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
// ============================================================================