]> git.sesse.net Git - cubemap/blobdiff - state.proto
Do not serialize prebuffering_bytes in StreamProto.
[cubemap] / state.proto
index 35d5c505c7a157c072cc3e312f2aff66da5f9206..e6aefb51f7515bf4d6306e6303461d50805cbf9a 100644 (file)
@@ -28,7 +28,7 @@ message StreamProto {
        optional bytes stream_header = 7;
        repeated int32 data_fds = 8;
        optional int64 backlog_size = 5 [default=10485760];
-       optional int64 prebuffering_bytes = 10 [default=0];
+       // Tag 10 is unused from 1.4.0 up (it used to be prebuffering_bytes).
        optional int64 bytes_received = 3;
        repeated int64 suitable_starting_point = 9;
        optional string url = 4;