Avutil.Chroma_location
type t = [
| `Unspecified
| `Left
| `Center
| `Topleft
| `Top
| `Bottomleft
| `Bottom
]
val name : t -> string
val from_name : string -> t option