| Index: media/base/android/video_decoder_job.h
|
| diff --git a/media/base/android/video_decoder_job.h b/media/base/android/video_decoder_job.h
|
| index c15d260d3b6459ec468f15ad67ae12b315171553..cafcedf3594fd622e7646cd7b26028aa0da6a974 100644
|
| --- a/media/base/android/video_decoder_job.h
|
| +++ b/media/base/android/video_decoder_job.h
|
| @@ -40,14 +40,14 @@ class VideoDecoderJob : 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 IsCodecReconfigureNeeded(const DemuxerConfigs& configs) const override;
|
| bool AreDemuxerConfigsChanged(const DemuxerConfigs& configs) const override;
|
|
|