Revert the revert in r2988 since that wasn't the issue.
Review URL: https://webrtc-codereview.appspot.com/931005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2992 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -38,7 +38,7 @@ class EncoderStateFeedback {
|
||||
bool AddEncoder(uint32_t ssrc, ViEEncoder* encoder);
|
||||
|
||||
// Removes a registered ViEEncoder.
|
||||
void RemoveEncoder(uint32_t ssrc);
|
||||
void RemoveEncoder(const ViEEncoder* encoder);
|
||||
|
||||
// Returns an observer to register at the requesting class. The observer has
|
||||
// the same lifetime as the EncoderStateFeedback instance.
|
||||
|
Reference in New Issue
Block a user