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

Unified Diff: media/mojo/interfaces/media_types.mojom

Issue 820103002: Add |is_encrypted| in mojo AudioDecoderConfig. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/mojo/services/media_type_converters.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/media_types.mojom
diff --git a/media/mojo/interfaces/media_types.mojom b/media/mojo/interfaces/media_types.mojom
index af404441926f44fb4233c9dbfd4e9be97af2a765..d9d2642659d82dd889002e74941d94d249fe734d 100644
--- a/media/mojo/interfaces/media_types.mojom
+++ b/media/mojo/interfaces/media_types.mojom
@@ -154,6 +154,7 @@ struct AudioDecoderConfig {
array<uint8>? extra_data;
int64 seek_preroll_usec;
int32 codec_delay;
+ bool is_encrypted;
};
// This defines a mojo transport format for media::VideoDecoderConfig.
« no previous file with comments | « no previous file | media/mojo/services/media_type_converters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698