| 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 a42f48417dccf2336f457e7ac85fab932f015762..41e35d121b58efb16e6373b9f0512410505f1124 100644
|
| --- a/media/base/android/audio_decoder_job.h
|
| +++ b/media/base/android/audio_decoder_job.h
|
| @@ -44,14 +44,14 @@ class AudioDecoderJob : public MediaDecoderJob {
|
|
|
| private:
|
| // MediaDecoderJob implementation.
|
| - void ReleaseOutputBuffer(
|
| - int output_buffer_index,
|
| - size_t offset,
|
| - size_t size,
|
| - bool render_output,
|
| - bool is_late_frame,
|
| - base::TimeDelta current_presentation_timestamp,
|
| - const ReleaseOutputCompletionCallback& callback) override;
|
| + void ReleaseOutputBuffer(int output_buffer_index,
|
| + size_t offset,
|
| + size_t size,
|
| + bool render_output,
|
| + bool is_late_frame,
|
| + base::TimeDelta current_presentation_timestamp,
|
| + MediaCodecStatus status,
|
| + const DecoderCallback& callback) override;
|
| bool ComputeTimeToRender() const override;
|
| bool AreDemuxerConfigsChanged(const DemuxerConfigs& configs) const override;
|
| MediaDecoderJobStatus CreateMediaCodecBridgeInternal() override;
|
|
|