We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c95a3 commit de23363Copy full SHA for de23363
src/swscale.ml
@@ -34,7 +34,7 @@ module BigArray = struct type t = planes let vk = Ba end
34
35
module Frame = struct type t = video frame let vk = Frm end
36
37
-module Bytes = struct type t = (bytes * int) array let vk = Str end
+module Bytes = struct type t = (string * int) array let vk = Str end
38
39
type ('i, 'o) ctx
40
src/swscale.mli
@@ -77,5 +77,5 @@ end
77
78
(** Bytes array. *)
79
module Bytes : sig
80
- type t = (bytes * int) array val vk : vector_kind
+ type t = (string * int) array val vk : vector_kind
81
end
0 commit comments