# HG changeset patch # User ivo # Date 1108871895 0 # Node ID d5ec03284ccf750eea95377d9795623e201bd606 # Parent 408d14601dcaa7d9f2557b607d15002836592a81 Description of -af format was outdated. This updates it. Feel free to change spelling or phrasing :) Note: There's no official spelling of endianness. Personally I prefer a single n, but the majority seems to use double n. Since I'm not a native speaker, I used 'endianness' here. diff -r 408d14601dca -r d5ec03284ccf DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Sun Feb 20 02:21:26 2005 +0000 +++ b/DOCS/man/en/mplayer.1 Sun Feb 20 03:58:15 2005 +0000 @@ -3529,19 +3529,21 @@ the exceeding channels are truncated. . .TP -.B format[=bps:f] -Select the bytes per sample and the format used for output from the -filter layer. -The option bps is an integer and denotes Bytes per sample. -The format f is a string containing a concatenated mix of: -.br -alaw, mulaw or imaadpcm -.br -float or int -.br -unsigned or signed -.br -le or be (little- or big-endian) +.B format[=format] +Change the current sample format. +.PD 0 +.RSs +.IPs format +Sets the desired format. +The general form is 'sbe', where s denotes the sign (either s for signed or u +for unsigned), b denotes the number of bits per sample (16, 24 or 32) and e +denotes the endianness (le equals to little-endian, be to big-endian and ne to +the endianness that's native to the computer MPlayer is running on). +Valid values (amongst others) are: s16le, u32be and u24ne. +Exceptions to this rule are: u8, s8, floatle, floatbe, floatne, mulaw, alaw, +mpeg2, ac3 and imaadpcm. +.RE +.PD 1 .br . .TP