[MPlayer-dev-eng] [PATCH] Set correct bitrate when using Arts

Arpi arpi at thot.banki.hu
Sat Feb 15 14:15:27 CET 2003


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 :)


A'rpi / Astral & ESP-team

--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu
    "However, many people beg for its inclusion in Debian. Why?" - Gabucino
  "Because having new software in Debian is good." - Josselin Mouette
"Because having good software in Debian is new." - Gabucino


More information about the MPlayer-dev-eng mailing list