Skip to content

Commit

Permalink
fix incomplete FfiRequest when converting video frames (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom authored Oct 28, 2024
1 parent 8ff46ca commit 5b78bcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions livekit-rtc/livekit/rtc/video_frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def _proto_info(self) -> proto_video.VideoBufferInfo:
info.height = self.height
info.type = self.type
info.data_ptr = addr
info.stride = 0

if self.type in [
proto_video.VideoBufferType.ARGB,
Expand Down

0 comments on commit 5b78bcc

Please sign in to comment.