Skip to content

Commit de23363

Browse files
committed
No bytes till Xenial
1 parent b4c95a3 commit de23363

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/swscale.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module BigArray = struct type t = planes let vk = Ba end
3434

3535
module Frame = struct type t = video frame let vk = Frm end
3636

37-
module Bytes = struct type t = (bytes * int) array let vk = Str end
37+
module Bytes = struct type t = (string * int) array let vk = Str end
3838

3939
type ('i, 'o) ctx
4040

src/swscale.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ end
7777

7878
(** Bytes array. *)
7979
module Bytes : sig
80-
type t = (bytes * int) array val vk : vector_kind
80+
type t = (string * int) array val vk : vector_kind
8181
end

0 commit comments

Comments
 (0)