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

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

Issue 2382023005: Fix nits leftover from WMPA MSE deletion. (Closed)
Patch Set: Created 4 years, 3 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 | « content/renderer/media/android/webmediaplayer_android.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/media_codec_bridge.h
diff --git a/media/base/android/media_codec_bridge.h b/media/base/android/media_codec_bridge.h
index 5ee86396edf50fd6c3e523181d3a54f059ecbaab..d7377366cab7aa7d21f1000d55ee93779ceffd24 100644
--- a/media/base/android/media_codec_bridge.h
+++ b/media/base/android/media_codec_bridge.h
@@ -103,9 +103,10 @@ class MEDIA_EXPORT MediaCodecBridge {
const std::vector<SubsampleEntry>& subsamples,
base::TimeDelta presentation_time);
- // Same QueueSecureInputBuffer overriden for the use with MediaCodecPlayer.
- // TODO(timav): remove this method and keep only the one above after we
- // switch to the Spitzer pipeline.
+ // Same QueueSecureInputBuffer overriden for the use with
+ // AndroidVideoDecodeAccelerator and MediaCodecAudioDecoder. TODO(timav):
+ // remove this method and keep only the one above after we switch to the
+ // Spitzer pipeline.
virtual MediaCodecStatus QueueSecureInputBuffer(
int index,
const uint8_t* data,
« no previous file with comments | « content/renderer/media/android/webmediaplayer_android.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698