Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/filters.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index de73e3f289..eaa2c33851 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -367,7 +367,7 @@ how the audio volume will be increased or decreased.
Output values are clipped to the maximum value.
-If @var{vol} is expressed as a decimal number, and the output audio
+If @var{vol} is expressed as a decimal number, the output audio
volume is given by the relation:
@example
@var{output_volume} = @var{vol} * @var{input_volume}