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

Unified Diff: media/base/decryptor.h

Issue 11189082: Update PluginInstance for audio support for content decryption. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests Created 8 years, 2 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/filters/decrypting_audio_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/decryptor.h
diff --git a/media/base/decryptor.h b/media/base/decryptor.h
index f01b8cc57cd570753d169d32c23ce72e4bacc494..37f5e7ab3a9f7ec48fe6f4b773474859c5b5a751 100644
--- a/media/base/decryptor.h
+++ b/media/base/decryptor.h
@@ -137,6 +137,7 @@ class MEDIA_EXPORT Decryptor {
const KeyAddedCB& key_added_cb) = 0;
// Helper structure for managing multiple decoded audio buffers per input.
+ // TODO(xhwang): Rename this to AudioFrames.
typedef std::list<scoped_refptr<Buffer> > AudioBuffers;
// Indicates completion of audio/video decrypt-and-decode operation.
« no previous file with comments | « no previous file | media/filters/decrypting_audio_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698