Fix Chromium clang plugin warnings
NOTRY=true BUG=webrtc:163 Review-Url: https://codereview.webrtc.org/2291503002 Cr-Commit-Position: refs/heads/master@{#13959}
This commit is contained in:
@ -118,10 +118,8 @@ bool FixedPayloadTypeCodec(const char* payloadName);
|
||||
class VADCallback : public ACMVADCallback {
|
||||
public:
|
||||
VADCallback();
|
||||
~VADCallback() {
|
||||
}
|
||||
|
||||
int32_t InFrameType(FrameType frame_type);
|
||||
int32_t InFrameType(FrameType frame_type) override;
|
||||
|
||||
void PrintFrameTypes();
|
||||
void Reset();
|
||||
|
||||
Reference in New Issue
Block a user