Skip to content
Snippets Groups Projects
Commit 997f03cd authored by Martin Vignali's avatar Martin Vignali
Browse files

avfilter/setparams : update filter description

parent 2797bd5c
No related branches found
No related tags found
No related merge requests found
...@@ -163,7 +163,7 @@ static const AVFilterPad outputs[] = { ...@@ -163,7 +163,7 @@ static const AVFilterPad outputs[] = {
AVFilter ff_vf_setparams = { AVFilter ff_vf_setparams = {
.name = "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_size = sizeof(SetParamsContext),
.priv_class = &setparams_class, .priv_class = &setparams_class,
.inputs = inputs, .inputs = inputs,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment