| Index: webrtc/modules/rtp_rtcp/source/tmmbr_help.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/tmmbr_help.h b/webrtc/modules/rtp_rtcp/source/tmmbr_help.h
|
| index 6236d5d43bdc32748deaff49d0c33628f00e86ca..4457098194552a96152b6d076a933c73a99f73e7 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/tmmbr_help.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/tmmbr_help.h
|
| @@ -63,11 +63,9 @@ public:
|
|
|
| TMMBRSet* BoundingSet(); // used for debuging
|
| TMMBRSet* CandidateSet();
|
| - TMMBRSet* BoundingSetToSend();
|
|
|
| TMMBRSet* VerifyAndAllocateCandidateSet(const uint32_t minimumSize);
|
| int32_t FindTMMBRBoundingSet(TMMBRSet*& boundingSet);
|
| - int32_t SetTMMBRBoundingSetToSend(const TMMBRSet* boundingSetToSend);
|
|
|
| bool IsOwner(const uint32_t ssrc, const uint32_t length) const;
|
|
|
| @@ -83,7 +81,6 @@ private:
|
| CriticalSectionWrapper* _criticalSection;
|
| TMMBRSet _candidateSet;
|
| TMMBRSet _boundingSet;
|
| - TMMBRSet _boundingSetToSend;
|
|
|
| float* _ptrIntersectionBoundingSet;
|
| float* _ptrMaxPRBoundingSet;
|
|
|