Skip to content

Commit e96fdca

Browse files
authored
nit comment (#551)
1 parent ca39260 commit e96fdca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

livekit-ffi/protocol/video_frame.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ enum VideoRotation {
9898
VIDEO_ROTATION_270 = 3;
9999
}
100100

101+
// Values of this enum must not be changed
102+
// It is used to serialize a rtc.VideoFrame on Python
101103
enum VideoBufferType {
102104
RGBA = 0;
103105
ABGR = 1;

0 commit comments

Comments
 (0)