| Index: media/filters/opus_audio_decoder.h
|
| diff --git a/media/filters/opus_audio_decoder.h b/media/filters/opus_audio_decoder.h
|
| index 3b0cd7164ae6d3e054a632be2a6a82264c50f6cf..116fcb0be88e4823fc4ea13b30b8681fb92ceee5 100644
|
| --- a/media/filters/opus_audio_decoder.h
|
| +++ b/media/filters/opus_audio_decoder.h
|
| @@ -56,11 +56,6 @@ class MEDIA_EXPORT OpusAudioDecoder : public AudioDecoder {
|
| AudioDecoderConfig config_;
|
| OutputCB output_cb_;
|
| OpusMSDecoder* opus_decoder_;
|
| -
|
| - // When the input timestamp is |start_input_timestamp_| the decoder needs to
|
| - // drop |config_.codec_delay()| frames.
|
| - base::TimeDelta start_input_timestamp_;
|
| -
|
| scoped_ptr<AudioDiscardHelper> discard_helper_;
|
|
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(OpusAudioDecoder);
|
|
|