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

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

Issue 1963343002: Report media error if PlayOutputBuffer failed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Min's comment Created 4 years, 7 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 | « media/base/android/audio_decoder_job.cc ('k') | media/base/android/audio_media_codec_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/audio_media_codec_decoder.h
diff --git a/media/base/android/audio_media_codec_decoder.h b/media/base/android/audio_media_codec_decoder.h
index 8a6eb6daad3b2eb81a554738ceca5852b78b5ce8..6d7a8249a22bd3cf475a48f4c22c53b9c0dfc810 100644
--- a/media/base/android/audio_media_codec_decoder.h
+++ b/media/base/android/audio_media_codec_decoder.h
@@ -52,7 +52,7 @@ class AudioMediaCodecDecoder : public MediaCodecDecoder {
bool IsCodecReconfigureNeeded(const DemuxerConfigs& next) const override;
ConfigStatus ConfigureInternal(jobject media_crypto) override;
bool OnOutputFormatChanged() override;
- void Render(int buffer_index,
+ bool Render(int buffer_index,
size_t offset,
size_t size,
RenderMode render_mode,
« no previous file with comments | « media/base/android/audio_decoder_job.cc ('k') | media/base/android/audio_media_codec_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698