From 72b26ac613598786f1d379f9d3b6f23ce975cfd4 Mon Sep 17 00:00:00 2001
From: Martin Vignali <martin.vignali@gmail.com>
Date: Sun, 21 Oct 2018 22:43:14 +0200
Subject: [PATCH 2/4] avfilter/setparams : update filter description

---
 libavfilter/vf_setparams.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,
-- 
2.14.3 (Apple Git-98)

