diff options
Diffstat (limited to 'proto/src')
-rw-r--r-- | proto/src/task_snapshot.proto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/proto/src/task_snapshot.proto b/proto/src/task_snapshot.proto index 4b0e4c218c86..1cbc17ed9f41 100644 --- a/proto/src/task_snapshot.proto +++ b/proto/src/task_snapshot.proto @@ -41,4 +41,8 @@ // The task height when the snapshot was taken int32 task_height = 15; int32 appearance = 16; + int32 letterbox_inset_left = 17; + int32 letterbox_inset_top = 18; + int32 letterbox_inset_right = 19; + int32 letterbox_inset_bottom = 20; } |