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

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

Issue 2748923002: Remove dead splice_timestamp() field from DecoderBuffer. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « media/mojo/common/mojo_decoder_buffer_converter_unittest.cc ('k') | media/remoting/proto_utils.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 35a6860e78b2da394c76d95c45b9ad1c5f2804b2..5e8bab459fbfeb8509822b2bdfbce35982b30173 100644
--- a/media/mojo/interfaces/media_types.mojom
+++ b/media/mojo/interfaces/media_types.mojom
@@ -126,9 +126,6 @@ struct DecoderBuffer {
// These fields indicate the amount of data to discard after decoding.
mojo.common.mojom.TimeDelta front_discard;
mojo.common.mojom.TimeDelta back_discard;
-
- // Indicates this buffer is part of a splice around |splice_timestamp|.
- mojo.common.mojom.TimeDelta splice_timestamp;
};
// This defines a mojo transport format for media::AudioBuffer.
« no previous file with comments | « media/mojo/common/mojo_decoder_buffer_converter_unittest.cc ('k') | media/remoting/proto_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698