| Index: media/filters/ffmpeg_audio_decoder.cc
|
| diff --git a/media/filters/ffmpeg_audio_decoder.cc b/media/filters/ffmpeg_audio_decoder.cc
|
| index eb28f5c4cbe8630db7a25a87daf626a2f29ca1bc..9f5325a24803ed92dc72f67d9a81329c0a6ffc29 100644
|
| --- a/media/filters/ffmpeg_audio_decoder.cc
|
| +++ b/media/filters/ffmpeg_audio_decoder.cc
|
| @@ -225,7 +225,7 @@ void FFmpegAudioDecoder::DecodeBuffer(
|
|
|
| // Make sure we are notified if http://crbug.com/49709 returns. Issue also
|
| // occurs with some damaged files.
|
| - if (!buffer->end_of_stream() && buffer->timestamp() == kNoTimestamp()) {
|
| + if (!buffer->end_of_stream() && buffer->timestamp() == kNoTimestamp) {
|
| DVLOG(1) << "Received a buffer without timestamps!";
|
| decode_cb.Run(DecodeStatus::DECODE_ERROR);
|
| return;
|
|
|