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

Mark Pilgrim pilgrim at gmail.com
Wed Oct 4 15:03:37 CEST 2006


On 10/4/06, Nico Sabbi <nsabbi at tiscali.it> wrote:
> mine too:
>
> #define FAAC_CFG_VERSION 104
>
> where did you take that faac? I took it from audiocoding.com's cvs

I just installed the libfaac-dev that came with my distribution
(Ubuntu Edgy).  It's version 1.24.  It appears that upstream changed
the constants in version 1.25.

mark at atlantis:~/incoming$ diff faac-1.24/include/faaccfg.h
faac-1.25/include/faaccfg.h
19c19
<  * $Id: faaccfg.h,v 1.2 2003/10/29 10:31:24 stux Exp $
---
>  * $Id: faaccfg.h,v 1.3 2004/07/04 12:12:05 corrados Exp $
32,35c32,35
< #define MAIN 0
< #define LOW  1
< #define SSR  2
< #define LTP  3
---
> #define MAIN 1
> #define LOW  2
> #define SSR  3
> #define LTP  4


-- 
Cheers,
-Mark



More information about the MPlayer-DOCS mailing list