[MPlayer-dev-eng] [PATCH] Set correct bitrate when using Arts
Per Winkvist
per.winkvist at telia.com
Sat Feb 15 15:06:15 CET 2003
On Saturday 15 February 2003 14:15, Arpi wrote:
> Hi,
>
> > --- ao_arts.c 28 May 2002 01:52:40 -0000 1.1
>
> 2002 may? :)
>
> > +++ ao_arts.c 15 Feb 2003 09:50:18 -0000
> > @@ -16,7 +16,7 @@
> > #include "../config.h"
> > #include "../mp_msg.h"
> >
> > -#define OBTAIN_BITRATE(a) (((a != AFMT_U8) || (a != AFMT_S8)) ? 16 : 8)
> > +#define OBTAIN_BITRATE(a) (((a != AFMT_U8) && (a != AFMT_S8)) ? 16 : 8)
>
> strange it's with && in both (0_90 and main) trees.
> it seems you forgot to cvs up since 2002 may :)
Now I remember that I tried going from rev 1.2 to 1.1 to try if that would fix
the sound problems I had... Somehow I forgot to remove the sticky tag on
ao_arts.c
How clumsy :=)
Thanks,
Per
More information about the MPlayer-dev-eng
mailing list