| Index: media/filters/opus_audio_decoder.cc
|
| diff --git a/media/filters/opus_audio_decoder.cc b/media/filters/opus_audio_decoder.cc
|
| index 39d38fa063d6a1e154537139e59ba37b40044709..5532cfa62806bec124dda547d66222366ffc70e9 100644
|
| --- a/media/filters/opus_audio_decoder.cc
|
| +++ b/media/filters/opus_audio_decoder.cc
|
| @@ -202,7 +202,7 @@ void OpusAudioDecoder::DecodeBuffer(
|
|
|
| // Make sure we are notified if http://crbug.com/49709 returns. Issue also
|
| // occurs with some damaged files.
|
| - if (input->timestamp() == kNoTimestamp()) {
|
| + if (input->timestamp() == kNoTimestamp) {
|
| DLOG(ERROR) << "Received a buffer without timestamps!";
|
| decode_cb.Run(DecodeStatus::DECODE_ERROR);
|
| return;
|
|
|