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

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: add NOTREACHED for deserialization failure 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 | webkit/media/crypto/ppapi/cdm_wrapper.cc » ('j') | webkit/media/crypto/ppapi/cdm_wrapper.cc » ('J')
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 92a3a090f09d4dc32305e50e08e1fbf54e190b76..302b0469c455dac19438a0388a9ea8a8607f0fa3 100644
--- a/media/base/decryptor.h
+++ b/media/base/decryptor.h
@@ -131,6 +131,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 | webkit/media/crypto/ppapi/cdm_wrapper.cc » ('j') | webkit/media/crypto/ppapi/cdm_wrapper.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698