From 74c4f03a0b21a8ef84ed639a61b43eb8f23442c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Monnom?= Date: Fri, 17 Jan 2025 20:18:50 +0100 Subject: [PATCH] Update video_frame.proto --- livekit-ffi/protocol/video_frame.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/livekit-ffi/protocol/video_frame.proto b/livekit-ffi/protocol/video_frame.proto index 6ce0a2bc8..3acc06578 100644 --- a/livekit-ffi/protocol/video_frame.proto +++ b/livekit-ffi/protocol/video_frame.proto @@ -98,6 +98,8 @@ enum VideoRotation { VIDEO_ROTATION_270 = 3; } +// Value of the enum must not be changed here +// It is used to serialize an rtc.VideoFrame on Python enum VideoBufferType { RGBA = 0; ABGR = 1;