# HG changeset patch # User diego # Date 1109103855 0 # Node ID 106106dac710f0307bcb92f11e1e91db734a9238 # Parent adb4fc07896ced6e613e699b8967887209fdc40e Finish incomplete -af-adv documentation. diff -r adb4fc07896c -r 106106dac710 DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Tue Feb 22 20:08:30 2005 +0000 +++ b/DOCS/man/en/mplayer.1 Tue Feb 22 20:24:15 2005 +0000 @@ -3038,7 +3038,7 @@ .B \-af-adv (also see \-af) Specify advanced audio filter options: .RSs -.IPs force=<0\-3> +.IPs force=<0\-7> Forces the insertion of audio filters to one of the following: .RSss 0: completely automatic filter insertion (default) @@ -3046,8 +3046,25 @@ 1: Optimize for accuracy. .br 2: Optimize for speed. -.br -3: Turn off automatic filter insertion. +.I Warning: +Some features in the audio filters may silently fail, +and the sound quality may drop. +.br +3: Use no automatic insertion of filters and no optimization. +.I Warning: +It may be possible to crash MPlayer using this setting. +.br +4: Use automatic insertion of filters according to 0 above, +but use floating point processing when possible. +.br +5: Use automatic insertion of filters according to 1 above, +but use floating point processing when possible. +.br +6: Use automatic insertion of filters according to 2 above, +but use floating point processing when possible. +.br +7: Use no automatic insertion of filters according to 3 above, +and use floating point processing when possible. .REss .IPs list= Same as \-af.