mirror of https://git.ffmpeg.org/ffmpeg.git
avfilter/setparams : update filter description
This commit is contained in:
parent
2797bd5c81
commit
997f03cd7e
|
@ -163,7 +163,7 @@ static const AVFilterPad outputs[] = {
|
|||
|
||||
AVFilter ff_vf_setparams = {
|
||||
.name = "setparams",
|
||||
.description = NULL_IF_CONFIG_SMALL("Force field, or color range for the output video frame."),
|
||||
.description = NULL_IF_CONFIG_SMALL("Force field, or color property for the output video frame."),
|
||||
.priv_size = sizeof(SetParamsContext),
|
||||
.priv_class = &setparams_class,
|
||||
.inputs = inputs,
|
||||
|
|
Loading…
Reference in New Issue