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

Unified Diff: media/remoting/rpc.proto

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/remoting/proto_utils.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/remoting/rpc.proto
diff --git a/media/remoting/rpc.proto b/media/remoting/rpc.proto
index 814dc41293152533cadb272038de3101e3dba179..20a68831f4e0c0cfd0a8e65d8fc210b753dc15e7 100644
--- a/media/remoting/rpc.proto
+++ b/media/remoting/rpc.proto
@@ -19,7 +19,7 @@ message DecoderBuffer {
optional DecryptConfig decrypt_config = 4;
optional int64 front_discard_usec = 5;
optional int64 back_discard_usec = 6;
- optional int64 splice_timestamp_usec = 7;
+ optional int64 splice_timestamp_usec = 7 [deprecated=true];
optional bytes side_data = 8;
// To distinguish from valid 0-length buffers
optional bool is_eos = 9;
« no previous file with comments | « media/remoting/proto_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698