summaryrefslogtreecommitdiff
path: root/libavfilter/vf_format.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/vf_format.c')
-rw-r--r--libavfilter/vf_format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_format.c b/libavfilter/vf_format.c
index 1552848344..b9de3fc45d 100644
--- a/libavfilter/vf_format.c
+++ b/libavfilter/vf_format.c
@@ -134,7 +134,7 @@ AVFilter avfilter_vf_format = {
AVFilter avfilter_vf_noformat = {
.name = "noformat",
- .description = "Force libavfilter not to use any of the specified pixel formats as the input to the next filter.",
+ .description = "Force libavfilter not to use any of the specified pixel formats for the input to the next filter.",
.init = init,