diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-02-02 23:31:01 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-02-02 23:31:01 +0000 |
commit | d8f365772ae25ce33dc3beb69c3512b1f6356677 (patch) | |
tree | 6c43d5ec3d76ff8162eb01cc5f8e89b8d47c457d | |
parent | ad1ce492cd8c133532fa8b8bdee6b054a65a4cdf (diff) |
lame accepts only integers, pointed out by iive.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11916 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/man/en/mplayer.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index a0b611aeba..4926637ba8 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3967,13 +3967,13 @@ quality and higher bitrates. .B highpassfreq=<freq> Set a highpass filtering frequency in Hz. Frequencies below the specified one will be cut off. -A value of -1 will disable filtering, a value of 'auto' +A value of -1 will disable filtering, a value of 0 will let lame choose values automatically. .TP .B lowpassfreq=<freq> Set a lowpass filtering frequency in Hz. Frequencies above the specified one will be cut off. -A value of -1 will disable filtering, a value of 'auto' +A value of -1 will disable filtering, a value of 0 will let lame choose values automatically. .TP .B preset=<value> |