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

Unified Diff: mojo/services/media/common/interfaces/media_transport.mojom

Issue 1814553002: Motown: Improvements to packet definition (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Added a comment. Created 4 years, 9 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: 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;

Powered by Google App Engine
This is Rietveld 408576698