]> git.sesse.net Git - ffmpeg/commitdiff
avfilter/setparams : update filter description
authorMartin Vignali <martin.vignali@gmail.com>
Sun, 21 Oct 2018 20:43:14 +0000 (22:43 +0200)
committerMartin Vignali <martin.vignali@gmail.com>
Mon, 22 Oct 2018 09:26:24 +0000 (11:26 +0200)
libavfilter/vf_setparams.c

index 51f6d655b8c1c417e0b3840fa714cb55e75c805d..6d8ab188c00445620341fdb993a6f932aa41b0e7 100644 (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,