[MPlayer-DOCS] Patch: man page incorrectly lists FAAC "object" values

Mark Pilgrim pilgrim at gmail.com
Wed Oct 4 06:32:55 CEST 2006


Man page says appropriate values are 0-3 and then lists values of 1-4.
 I verified in faac.h (actually faaccfg.h) that the 0-3 range is
correct.  I also tested with object=1 and confirmed that it produces
an AAC Low-Complexity stream.
-------------- next part --------------
Index: mplayer.1
===================================================================
--- mplayer.1	(revision 20024)
+++ mplayer.1	(working copy)
@@ -6973,13 +6973,13 @@
 object type complexity
 .PD 0
 .RSs
+.IPs 0
+MAIN (default)
 .IPs 1
-MAIN (default)
+LOW
 .IPs 2
-LOW
+SSR
 .IPs 3
-SSR
-.IPs 4
 LTP (extremely slow)
 .RE
 .PD 1


More information about the MPlayer-DOCS mailing list