diff --git a/livekit-ffi/protocol/video_frame.proto b/livekit-ffi/protocol/video_frame.proto index 6ce0a2bc..3acc0657 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;