Skip to content

Commit

Permalink
More clear.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Oct 19, 2024
1 parent 5749eab commit 798be45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swscale/swscale.mli
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ end

(** Unsigned 8 bit bigarray. *)
module BigArray : sig
(* Input: data is ignored.
(* Input: data is ignored and can be anything, typically the first plane.
Output: planes are views over the main data array. *)
type t = {
data: data;
Expand Down

0 comments on commit 798be45

Please sign in to comment.