You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: livekit-android-track-processors/src/main/java/io/livekit/android/track/processing/video/VirtualBackgroundTransformer.kt
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -160,9 +160,9 @@ class VirtualBackgroundTransformer(
160
160
backgroundImage.width,
161
161
backgroundImage.height,
162
162
/*format*/
163
-
GLES20.GL_RGBA,
163
+
GLES20.GL_RGBA,
164
164
/*type*/
165
-
GLES20.GL_UNSIGNED_BYTE,
165
+
GLES20.GL_UNSIGNED_BYTE,
166
166
byteBuffer,
167
167
)
168
168
checkNoError("updateBackgroundFrameBuffer")
@@ -222,9 +222,9 @@ class VirtualBackgroundTransformer(
0 commit comments