| Index: media/base/android/audio_decoder_job.h
|
| diff --git a/media/base/android/audio_decoder_job.h b/media/base/android/audio_decoder_job.h
|
| index f3bb091a7d7c71d7e17cd83520451c9a161b4ea3..ecd3f213a77a187e2c0ad12296de1a19eaff5fe2 100644
|
| --- a/media/base/android/audio_decoder_job.h
|
| +++ b/media/base/android/audio_decoder_job.h
|
| @@ -29,6 +29,7 @@ class AudioDecoderJob : public MediaDecoderJob {
|
|
|
| // MediaDecoderJob implementation.
|
| virtual bool HasStream() const OVERRIDE;
|
| + virtual void SetDemuxerConfigs(const DemuxerConfigs& configs) OVERRIDE;
|
|
|
| // Sets the volume of the audio output.
|
| void SetVolume(double volume);
|
| @@ -47,7 +48,6 @@ class AudioDecoderJob : public MediaDecoderJob {
|
| virtual bool ComputeTimeToRender() const OVERRIDE;
|
| virtual bool AreDemuxerConfigsChanged(
|
| const DemuxerConfigs& configs) const OVERRIDE;
|
| - virtual void UpdateDemuxerConfigs(const DemuxerConfigs& configs) OVERRIDE;
|
| virtual bool CreateMediaCodecBridgeInternal() OVERRIDE;
|
|
|
| // Helper method to set the audio output volume.
|
|
|