package ffmpeg-swscale

  1. Overview
  2. Docs

Unsigned 8 bit bigarray in a single packed array..

type plane = {
  1. plane_size : int;
  2. stride : int;
}
type t = {
  1. data : Avutil.data;
  2. planes : plane array;
}
val vk : {vector_kind}1
OCaml

Innovation. Community. Security.