Skip to content

Commit

Permalink
fix: get pixel data pointer correctly (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Dec 10, 2023
1 parent 6a74693 commit ec3e4d7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ internal static partial class SafeNativeMethods

#region PixelWriteLock
[Pure, DllImport(MediaPipeLibrary, ExactSpelling = true)]
[return: MarshalAs(UnmanagedType.I1)]
public static extern IntPtr mp_PixelWriteLock__Pixels(IntPtr pixelWriteLock);
#endregion
}
Expand Down

0 comments on commit ec3e4d7

Please sign in to comment.