Adding a namespace comment
This was pointed out in https://codereview.webrtc.org/1772583002/. BUG=webrtc:5607 NOTRY=true TBR=kwiberg@webrtc.org Review URL: https://codereview.webrtc.org/1774933002 Cr-Commit-Position: refs/heads/master@{#11908}
This commit is contained in:
committed by
Commit bot
parent
de1c81b2d2
commit
bc89de3bca
@ -189,7 +189,7 @@ void SetAudioFrameActivityAndType(bool vad_enabled,
|
||||
audio_frame->vad_activity_ = AudioFrame::kVadUnknown;
|
||||
}
|
||||
}
|
||||
}
|
||||
} // namespace
|
||||
|
||||
int NetEqImpl::GetAudio(AudioFrame* audio_frame) {
|
||||
TRACE_EVENT0("webrtc", "NetEqImpl::GetAudio");
|
||||
|
||||
Reference in New Issue
Block a user