[FFmpeg-cvslog] doc/filters/curves: fix typos

Stefano Sabatini git at videolan.org
Mon Jun 3 12:25:11 EEST 2024


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Mon Jun  3 11:24:33 2024 +0200| [77ad4499117860e03254044bfb7b929d3ae40f0e] | committer: Stefano Sabatini

doc/filters/curves: fix typos

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=77ad4499117860e03254044bfb7b929d3ae40f0e
---

 doc/filters.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 766b662ebe..347103c04f 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -11092,8 +11092,8 @@ By default, a component curve is defined by the two points @var{(0;0)} and
 "adjusted" to its own value, which means no change to the image.
 
 The filter allows you to redefine these two points and add some more. A new
-curve will be define to pass smoothly through all these new coordinates. The
-new defined points needs to be strictly increasing over the x-axis, and their
+curve will be defined to pass smoothly through all these new coordinates. The
+new defined points need to be strictly increasing over the x-axis, and their
 @var{x} and @var{y} values must be in the @var{[0;1]} interval. The curve is
 formed by using a natural or monotonic cubic spline interpolation, depending
 on the @var{interp} option (default: @code{natural}). The @code{natural}



More information about the ffmpeg-cvslog mailing list