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

Mark Pilgrim pilgrim at gmail.com
Wed Oct 4 14:12:50 CEST 2006


On 10/4/06, Nico Sabbi <nicola_sabbi at fastwebnet.it> wrote:
> from faaccfg.h:
>
> /* AAC object types */
> #define MAIN 1
> #define LOW  2
> #define SSR  3
> #define LTP  4

Well, that's odd.  My version clearly says

#define FAAC_CFG_VERSION 104

/* MPEG ID's */
#define MPEG2 1
#define MPEG4 0

/* AAC object types */
#define MAIN 0
#define LOW  1
#define SSR  2
#define LTP  3


At any rate, there is a mismatch between the four enumerated values
and the summary line above them.  They can't both be right.

-- 
Cheers,
-Mark



More information about the MPlayer-DOCS mailing list