avfilter/vf_setparams: allow setting chroma location

Shockingly, there isn't currently _any_ filter for overriding this.
This commit is contained in:
Niklas Haas 2024-07-04 12:52:08 +02:00
parent 3e064f52eb
commit 201f1cba15
2 changed files with 33 additions and 3 deletions

View file

@ -22073,6 +22073,23 @@ Keep the same colorspace property (default).
@item chroma-derived-c
@item ictcp
@end table
@item chroma_location
Set the chroma sample location.
Available values are:
@table @samp
@item auto
Keep the same chroma location (default).
@item unspecified, unknown
@item left
@item center
@item topleft
@item top
@item bottomleft
@item bottom
@end table
@end table
@section sharpen_npp