Replace Clock with timeutils in AudioEncoder.
BUG=webrtc:7398 Review-Url: https://codereview.webrtc.org/2782563003 Cr-Commit-Position: refs/heads/master@{#17732}
This commit is contained in:
@ -66,8 +66,7 @@ rtc::ArrayView<std::unique_ptr<AudioEncoder>>
|
||||
AudioEncoder::ReclaimContainedEncoders() { return nullptr; }
|
||||
|
||||
bool AudioEncoder::EnableAudioNetworkAdaptor(const std::string& config_string,
|
||||
RtcEventLog* event_log,
|
||||
const Clock* clock) {
|
||||
RtcEventLog* event_log) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user