Index: webrtc/config.h |
diff --git a/webrtc/config.h b/webrtc/config.h |
index d5fd1fe564f6ea2b7d8d93f8b8280ebe27e221f0..083e778a4153b38371edc5f02c778bc16a6c158c 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 kPlayoutDelayDefaultId; |
+ |
std::string uri; |
int id; |
}; |