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

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

Issue 2388383002: media: Use IPC_STRUCT_TRAITS to convert SubsampleEntry for mojo (Closed)
Patch Set: Created 4 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
Index: media/mojo/interfaces/media_types.mojom
diff --git a/media/mojo/interfaces/media_types.mojom b/media/mojo/interfaces/media_types.mojom
index bd61064c2296024b46bda0459180df07327343df..543352d7d79267859abf7861649d950900e4534f 100644
--- a/media/mojo/interfaces/media_types.mojom
+++ b/media/mojo/interfaces/media_types.mojom
@@ -4,6 +4,7 @@
module media.mojom;
+import "media/mojo/interfaces/subsample_entry.mojom";
import "ui/gfx/geometry/mojo/geometry.mojom";
import "mojo/common/common_custom_types.mojom";
@@ -240,13 +241,6 @@ struct VideoDecoderConfig {
EncryptionScheme encryption_scheme;
};
-// This defines a mojo transport format for media::SubsampleEntry.
-// See media/base/decrypt_config.h for descriptions.
-struct SubsampleEntry {
- uint32 clear_bytes;
- uint32 cypher_bytes;
-};
-
// This defines a mojo transport format for media::DecryptConfig.
// See media/base/decrypt_config.h for descriptions.
struct DecryptConfig {

Powered by Google App Engine
This is Rietveld 408576698