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

Unified Diff: media/base/android/media_codec_video_decoder.cc

Issue 1285733002: Pass buffer offset to PlayOutputBuffer() call (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
Index: media/base/android/media_codec_video_decoder.cc
diff --git a/media/base/android/media_codec_video_decoder.cc b/media/base/android/media_codec_video_decoder.cc
index 2eccc402b628a1061a19508938708cc5109d1341..a8523ac65a7d3431334343a4abb0645a493f9df1 100644
--- a/media/base/android/media_codec_video_decoder.cc
+++ b/media/base/android/media_codec_video_decoder.cc
@@ -184,6 +184,7 @@ void MediaCodecVideoDecoder::OnOutputFormatChanged() {
}
void MediaCodecVideoDecoder::Render(int buffer_index,
+ size_t offset,
size_t size,
bool render_output,
base::TimeDelta pts,

Powered by Google App Engine
This is Rietveld 408576698