Index: mojo/services/media/common/interfaces/media_transport.mojom |
diff --git a/mojo/services/media/common/interfaces/media_transport.mojom b/mojo/services/media/common/interfaces/media_transport.mojom |
index b8d5ac4b458be9e85e3db12341284eb3e3083173..da31dfd48b90b7e1c53fab51970e2790230367cf 100644 |
--- a/mojo/services/media/common/interfaces/media_transport.mojom |
+++ b/mojo/services/media/common/interfaces/media_transport.mojom |
@@ -30,9 +30,6 @@ struct MediaPacket { |
// according to the media timeline. |
int64 pts = kNoTimestamp; |
- // Duration represented by the packet. |
- uint64 duration; |
- |
// Indicates whether this is the last packet in the stream. |
bool end_of_stream; |