Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1124)

Unified Diff: webrtc/engine_configurations.h

Issue 1425613004: Remove VIDEOCODEC_* from engine_configurations.h. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: remove comment part Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/engine_configurations.h
diff --git a/webrtc/engine_configurations.h b/webrtc/engine_configurations.h
index c832d9acb39ec0e79ac1ccbd7136fcb3e654a797..42b181691cff1e2efc97e10fef012e7aa591a865 100644
--- a/webrtc/engine_configurations.h
+++ b/webrtc/engine_configurations.h
@@ -14,19 +14,6 @@
#include "webrtc/typedefs.h"
// ============================================================================
-// Voice and Video
-// ============================================================================
-
-// ----------------------------------------------------------------------------
-// [Video] Codec settings
-// ----------------------------------------------------------------------------
-
-#define VIDEOCODEC_I420
-#define VIDEOCODEC_VP8
-#define VIDEOCODEC_VP9
-#define VIDEOCODEC_H264
-
-// ============================================================================
// VoiceEngine
// ============================================================================

Powered by Google App Engine
This is Rietveld 408576698