]> git.sesse.net Git - cubemap/blobdiff - state.proto
Add suppor for raw (non-Metacube) inputs over HTTP. Only really useful for TS.
[cubemap] / state.proto
index c6f0e004624ec6545cf40d935890a3528b4df7a0..2a788eb07e6fdcba86dfb0fa50c0e8384d51fd50 100644 (file)
@@ -47,6 +47,7 @@ message InputProto {
        optional int64 bytes_received = 11;
        optional int64 data_bytes_received = 12;
        optional int64 connect_time = 13;
+       optional bool is_metacube_encoded = 15 [default=true];
 };
 
 // Corresponds to class Acceptor.