| Index: webrtc/modules/audio_coding/neteq/neteq_impl.h
|
| diff --git a/webrtc/modules/audio_coding/neteq/neteq_impl.h b/webrtc/modules/audio_coding/neteq/neteq_impl.h
|
| index 514fdaad39826f3429723225e2a791d624b22c8a..737efd46dafc98b2586ca82e6a1938eb3ee130f4 100644
|
| --- a/webrtc/modules/audio_coding/neteq/neteq_impl.h
|
| +++ b/webrtc/modules/audio_coding/neteq/neteq_impl.h
|
| @@ -160,7 +160,7 @@ class NetEqImpl : public webrtc::NetEq {
|
| // Disables post-decode VAD.
|
| void DisableVad() override;
|
|
|
| - bool GetPlayoutTimestamp(uint32_t* timestamp) override;
|
| + rtc::Optional<uint32_t> GetPlayoutTimestamp() override;
|
|
|
| int last_output_sample_rate_hz() const override;
|
|
|
|
|