Index: webrtc/config.h |
diff --git a/webrtc/config.h b/webrtc/config.h |
index d5fd1fe564f6ea2b7d8d93f8b8280ebe27e221f0..9fe4092e668f3339d111fed60e4510462b9ca09d 100644 |
--- a/webrtc/config.h |
+++ b/webrtc/config.h |
@@ -87,6 +87,9 @@ struct RtpExtension { |
static const char* kTransportSequenceNumberUri; |
static const int kTransportSequenceNumberDefaultId; |
+ static const char* kPlayoutDelayUri; |
+ static const int kPlayoutDelayId; |
+ |
std::string uri; |
int id; |
}; |