Index: webrtc/api/jsepsessiondescription.h |
diff --git a/webrtc/api/jsepsessiondescription.h b/webrtc/api/jsepsessiondescription.h |
index 0248a07c72662c160447a73043e747179b6342cd..725069e9ff86736573acbe92c70ede74637ddfac 100644 |
--- a/webrtc/api/jsepsessiondescription.h |
+++ b/webrtc/api/jsepsessiondescription.h |
@@ -66,13 +66,9 @@ class JsepSessionDescription : public SessionDescriptionInterface { |
size_t mediasection_index) const; |
virtual bool ToString(std::string* out) const; |
- // Default video encoder settings. The resolution is the max resolution. |
- // TODO(perkj): Implement proper negotiation of video resolution. |
static const int kDefaultVideoCodecId; |
static const int kDefaultVideoCodecFramerate; |
pthatcher1
2016/10/13 21:33:47
Shouldn't this be removed also?
perkj_webrtc
2016/10/18 12:09:40
yes, thanks.
|
static const char kDefaultVideoCodecName[]; |
- static const int kMaxVideoCodecWidth; |
- static const int kMaxVideoCodecHeight; |
private: |
std::unique_ptr<cricket::SessionDescription> description_; |