diff --git a/log.capnp b/log.capnp index 55beda223..e601e8203 100644 --- a/log.capnp +++ b/log.capnp @@ -132,6 +132,7 @@ struct FrameData { frameId @0 :UInt32; frameIdSensor @25 :UInt32; requestId @28 :UInt32; + encodeId @1 :UInt32; frameType @7 :FrameType; @@ -169,7 +170,6 @@ struct FrameData { os04c10 @3; } - encodeIdDEPRECATED @1 :UInt32; frameLengthDEPRECATED @3 :Int32; globalGainDEPRECATED @5 :Int32; androidCaptureResultDEPRECATED @9 :AndroidCaptureResult;