Remove id from VideoProcessingModule.
Also converts CriticalSectionWrapper to rtc::CriticalSection as a bonus. BUG=webrtc:1695 R=stefan@webrtc.org Review URL: https://codereview.webrtc.org/1346643002 . Cr-Commit-Position: refs/heads/master@{#9986}
This commit is contained in:
@ -76,7 +76,7 @@ class VideoProcessingModule : public Module {
|
||||
|
||||
\return Pointer to a VPM object.
|
||||
*/
|
||||
static VideoProcessingModule* Create(int32_t id);
|
||||
static VideoProcessingModule* Create();
|
||||
|
||||
/**
|
||||
Destroys a VPM object.
|
||||
|
||||
Reference in New Issue
Block a user