diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-01-07 21:39:15 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-01-07 22:15:31 +0100 |
commit | 78c47e0a1ef15ae6d12d7494b3757e334c70759e (patch) | |
tree | a4e69ba281bfa90e48e75cfbeff4f29102df5cc5 /doc | |
parent | c8e309c2a6d32f8394770d0418b5fcef531b7efb (diff) | |
download | ffmpeg-78c47e0a1ef15ae6d12d7494b3757e334c70759e.tar.gz |
doc/filters.texi: fix typo in volume description
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 2 |
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} |