Browse Source

avfilter/setparams : update filter description

tags/n4.1
Martin Vignali 7 years ago
parent
commit
997f03cd7e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/vf_setparams.c

+ 1
- 1
libavfilter/vf_setparams.c View File

@@ -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…
Cancel
Save