Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(448)

Unified Diff: media/base/android/audio_decoder_job.h

Issue 898843002: Use cached Key frames to avoid browser seek (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/base/android/audio_decoder_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 196cd1b1a0224f4fdb6f393f63721764d368ad25..2d70845155d54c5d6b8e328f6922ae4956d7c90e 100644
--- a/media/base/android/audio_decoder_job.h
+++ b/media/base/android/audio_decoder_job.h
@@ -49,7 +49,7 @@ class AudioDecoderJob : public MediaDecoderJob {
virtual bool ComputeTimeToRender() const override;
virtual bool AreDemuxerConfigsChanged(
const DemuxerConfigs& configs) const override;
- virtual bool CreateMediaCodecBridgeInternal() override;
+ virtual MediaDecoderJobStatus CreateMediaCodecBridgeInternal() override;
virtual void OnOutputFormatChanged() override;
// Helper method to set the audio output volume.
« no previous file with comments | « no previous file | media/base/android/audio_decoder_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698