Skip to content

Commit

Permalink
nit comment (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom authored Jan 17, 2025
1 parent ca39260 commit e96fdca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions livekit-ffi/protocol/video_frame.proto
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ enum VideoRotation {
VIDEO_ROTATION_270 = 3;
}

// Values of this enum must not be changed
// It is used to serialize a rtc.VideoFrame on Python
enum VideoBufferType {
RGBA = 0;
ABGR = 1;
Expand Down

0 comments on commit e96fdca

Please sign in to comment.