From 78c47e0a1ef15ae6d12d7494b3757e334c70759e Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sat, 7 Jan 2012 21:39:15 +0100 Subject: [PATCH] doc/filters.texi: fix typo in volume description --- doc/filters.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}