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

Unified Diff: webrtc/modules/video_coding/main/interface/video_coding_defines.h

Issue 1215603003: Remove VCM_*_PAYLOAD_TYPE constants. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 5 months 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
« no previous file with comments | « no previous file | webrtc/modules/video_coding/main/source/codec_database.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/video_coding/main/interface/video_coding_defines.h
diff --git a/webrtc/modules/video_coding/main/interface/video_coding_defines.h b/webrtc/modules/video_coding/main/interface/video_coding_defines.h
index 2a5fc0a5510c415927ede9b37eacdb831a9a867b..259e75e6a8d9c3e51259fdc6aa4149ecc61906bd 100644
--- a/webrtc/modules/video_coding/main/interface/video_coding_defines.h
+++ b/webrtc/modules/video_coding/main/interface/video_coding_defines.h
@@ -36,13 +36,6 @@ namespace webrtc {
#define VCM_ERROR_REQUEST_SLI -12
#define VCM_NOT_IMPLEMENTED -20
-#define VCM_RED_PAYLOAD_TYPE 96
-#define VCM_ULPFEC_PAYLOAD_TYPE 97
-#define VCM_VP8_PAYLOAD_TYPE 100
-#define VCM_VP9_PAYLOAD_TYPE 101
-#define VCM_I420_PAYLOAD_TYPE 124
-#define VCM_H264_PAYLOAD_TYPE 127
-
enum { kDefaultStartBitrateKbps = 300 };
enum VCMVideoProtection {
« no previous file with comments | « no previous file | webrtc/modules/video_coding/main/source/codec_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698