Module Avutil.Color_range

type t = [
  1. | `Unspecified
  2. | `Mpeg
  3. | `Jpeg
]
val name : t -> string
val from_name : string -> t option