diff options
author | Martin Vignali <martin.vignali@gmail.com> | 2018-10-21 22:43:14 +0200 |
---|---|---|
committer | Martin Vignali <martin.vignali@gmail.com> | 2018-10-22 11:26:24 +0200 |
commit | 997f03cd7eb92c03ea429d2ebe0a43c25d183599 (patch) | |
tree | b7422e26f60a67c4cb2b0df285d8406a9b930236 /libavfilter/vf_setparams.c | |
parent | 2797bd5c81ebbfe13eb5bc4261032ded819271cf (diff) | |
download | ffmpeg-997f03cd7eb92c03ea429d2ebe0a43c25d183599.tar.gz |
avfilter/setparams : update filter description
Diffstat (limited to 'libavfilter/vf_setparams.c')
-rw-r--r-- | libavfilter/vf_setparams.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_setparams.c b/libavfilter/vf_setparams.c index 51f6d655b8..6d8ab188c0 100644 --- a/libavfilter/vf_setparams.c +++ b/libavfilter/vf_setparams.c @@ -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, |