Chromium Code Reviews| Index: webrtc/config.h |
| diff --git a/webrtc/config.h b/webrtc/config.h |
| index 22b279c418972393492349f5526bec676cf42f29..f8c9e8b7971724835a4b62b47b038ed40a61a903 100644 |
| --- a/webrtc/config.h |
| +++ b/webrtc/config.h |
| @@ -96,6 +96,10 @@ struct RtpExtension { |
| static const char* kPlayoutDelayUri; |
| static const int kPlayoutDelayDefaultId; |
| + // Inclusive min and max IDs for one-byte header extensions, per RFC5285. |
| + static const int kMinId; |
| + static const int kMaxId; |
| + |
| std::string uri; |
| int id; |
| }; |