[vlc-devel] [vlc-commits] commit: MacOS: try to fix MacOS Audio crash (Jean-Baptiste Kempf )
Pierre d'Herbemont
pdherbemont at free.fr
Mon Jul 19 10:54:16 CEST 2010
On Sun, Jul 18, 2010 at 6:19 PM, <git at videolan.org> wrote:
> vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Jul 18 18:17:28 2010 +0200| [202c4d9c4fab9bf3391c887194d4f05999634d61] | committer: Jean-Baptiste Kempf
>
> MacOS: try to fix MacOS Audio crash
>
> Should fix #3767
>
>> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=202c4d9c4fab9bf3391c887194d4f05999634d61
> ---
>
> modules/audio_output/auhal.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/modules/audio_output/auhal.c b/modules/audio_output/auhal.c
> index 216e930..2af9776 100644
> --- a/modules/audio_output/auhal.c
> +++ b/modules/audio_output/auhal.c
> @@ -77,7 +77,7 @@
> sfm.mChannelsPerFrame, sfm.mBitsPerChannel
>
> #define FRAMESIZE 2048
> -#define BUFSIZE (FRAMESIZE * 8)
> +#define BUFSIZE (FRAMESIZE * 8) * 8
Looks suspicious, what is wrong here?
Pierre.
More information about the vlc-devel
mailing list