[MPlayer-DOCS] Patch: man page incorrectly lists FAAC "object" values
Giacomo Comes
comes at naic.edu
Wed Oct 4 17:36:39 CEST 2006
On Wed, Oct 04, 2006 at 02:37:51PM +0200, Nico Sabbi wrote:
> Mark Pilgrim wrote:
>
> >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
>
> mine too:
>
> #define FAAC_CFG_VERSION 104
>
>
> where did you take that faac? I took it from audiocoding.com's cvs
faac 1.24 defines in faaccfg.h:
#define MAIN 0
#define LOW 1
#define SSR 2
#define LTP 3
but faac cvs faac18102004 and faac 1.25 defines:
#define MAIN 1
#define LOW 2
#define SSR 3
#define LTP 4
The big problem is that all of them have:
#define FAAC_CFG_VERSION 104
Giacomo
More information about the MPlayer-DOCS
mailing list