Index: media/filters/ffmpeg_audio_decoder.cc |
diff --git a/media/filters/ffmpeg_audio_decoder.cc b/media/filters/ffmpeg_audio_decoder.cc |
index 00832a05abf048953b45fce0b040667b3ded9679..cd988ed7d90f8d503d3dee0694ef44b526bc25b6 100644 |
--- a/media/filters/ffmpeg_audio_decoder.cc |
+++ b/media/filters/ffmpeg_audio_decoder.cc |
@@ -327,8 +327,8 @@ bool FFmpegAudioDecoder::FFmpegDecode( |
<< "This is quite possibly a bug in the audio decoder not handling " |
<< "end of stream AVPackets correctly."; |
- DLOG(WARNING) |
- << "Failed to decode an audio frame with timestamp: " |
+ MEDIA_LOG(log_cb_) |
+ << "Dropping audio frame which failed decode with timestamp: " |
<< buffer->timestamp().InMicroseconds() << " us, duration: " |
<< buffer->duration().InMicroseconds() << " us, packet size: " |
<< buffer->data_size() << " bytes"; |