Index: media/filters/ffmpeg_audio_decoder.h |
diff --git a/media/filters/ffmpeg_audio_decoder.h b/media/filters/ffmpeg_audio_decoder.h |
index f961f40d64fe87141cdc9f4ab10ab50a6c198bdf..3f33abf466bcb3f5a16dd15643e2b071b9aa7e8c 100644 |
--- a/media/filters/ffmpeg_audio_decoder.h |
+++ b/media/filters/ffmpeg_audio_decoder.h |
@@ -43,7 +43,7 @@ class MEDIA_EXPORT FFmpegAudioDecoder : public AudioDecoder { |
// Reads from the demuxer stream with corresponding callback method. |
void ReadFromDemuxerStream(); |
- void DecodeBuffer(Buffer* buffer); |
+ void DecodeBuffer(const scoped_refptr<Buffer>& buffer); |
// Updates the output buffer's duration and timestamp based on the input |
// buffer. Will fall back to an estimated timestamp if the input lacks a |