[MPlayer-dev-eng] [PATCH] Coreaudio patches (audio device selection and deprecated functions)

Diego Biurrun diego at biurrun.de
Mon Apr 19 14:34:27 CEST 2010


On Sun, Apr 18, 2010 at 11:58:26PM +0200, Adrian Stutz wrote:
> On Sun, Apr 18, 2010 at 14:36, Diego Biurrun <diego at biurrun.de> wrote:
> > Do you want to maintain this ao driver?  You already maintain the rest
> > of the OS X stuff...
> 
> I can maintain the coreaudio driver but I honestly don't know that
> much about it. I'll be sticking around here at least...

Nice, this is welcome.

> --- libao2/ao_coreaudio.c	2010-04-18 23:42:47.000000000 +0200
> +++ libao2/ao_coreaudio_2.c	2010-04-18 23:43:46.000000000 +0200
> @@ -982,6 +982,7 @@
>  static int play(void* output_samples,int num_bytes,int flags)
>  {
>      int wrote, b_digital;
> +    SInt32 exit_reason;

Not directly related to this patch, but, is it possible to just use
standard POSIX int types, i.e. int32_t?

Diego



More information about the MPlayer-dev-eng mailing list