[MPlayer-dev-eng] [PATCH] Fix the stack crash on OS/2 when playing qtaudio/qtvideo

Diego Biurrun diego at biurrun.de
Wed Feb 17 20:02:52 CET 2010


On Thu, Feb 18, 2010 at 01:50:29AM +0900, KO Myung-Hun wrote:
> 
> This patch fixes the stack crash(SYS3171) on OS/2 when playing
> qtaudio/qtvideo.
> 
> --- libmpcodecs/ad_qtaudio.c	(revision 30605)
> +++ libmpcodecs/ad_qtaudio.c	(working copy)
> @@ -282,6 +282,11 @@
>      int error;
>      unsigned long ConvertedFrames=0;
>      unsigned long ConvertedBytes=0;
> +
> +#if defined(WIN32_LOADER)

#ifdef

Somehow I have a nagging feeling that there should be a better way..

Diego



More information about the MPlayer-dev-eng mailing list