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:
michaelt
2017-04-18 00:11:48 -07:00
committed by Commit bot
parent 639c487187
commit 92aef17cb2
20 changed files with 140 additions and 170 deletions

View File

@ -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;
}