| Index: media/filters/ffmpeg_audio_decoder.h
|
| diff --git a/media/filters/ffmpeg_audio_decoder.h b/media/filters/ffmpeg_audio_decoder.h
|
| index 58e0d7b9c2dd18857424f26ad17d45946fc10963..e2d1736b2784530827fecac3adcb407496d0c7b0 100644
|
| --- a/media/filters/ffmpeg_audio_decoder.h
|
| +++ b/media/filters/ffmpeg_audio_decoder.h
|
| @@ -56,8 +56,6 @@ class MEDIA_EXPORT FFmpegAudioDecoder : public AudioDecoder {
|
|
|
| // Reads from the demuxer stream with corresponding callback method.
|
| void ReadFromDemuxerStream();
|
| - void DecodeBuffer(DemuxerStream::Status status,
|
| - const scoped_refptr<DecoderBuffer>& buffer);
|
|
|
| // Returns the timestamp that should be used for the next buffer returned
|
| // via |read_cb_|. It is calculated from |output_timestamp_base_| and
|
|
|