Index: media/mojo/interfaces/media_types.mojom |
diff --git a/media/mojo/interfaces/media_types.mojom b/media/mojo/interfaces/media_types.mojom |
index 0745cb520fc93c2d8ba7a43f3e53f6dccccbeeeb..eb10aedb8290f6f8e4e5a905d7e0c71f61dad287 100644 |
--- a/media/mojo/interfaces/media_types.mojom |
+++ b/media/mojo/interfaces/media_types.mojom |
@@ -178,6 +178,9 @@ struct MediaDecoderBuffer { |
// The number of bytes in |data|. |
uint32 data_size; |
+ // Indicates whether or not this buffer is a random access point. |
+ bool is_key_frame; |
+ |
// This is backed by an std::vector and results in a few copies. |
// Into the vector, onto and off the MessagePipe, back into a vector. |
array<uint8>? side_data; |