[MPlayer-advusers] [BUG] [PPC] AC3 crash in uninit_acodec

Reimar Doeffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Mon Feb 13 10:16:59 CET 2006


Hi,
On Mon, Feb 13, 2006 at 12:26:12AM +0100, Diego Biurrun wrote:
> -      sh_audio->a_in_buffer=malloc(sh_audio->a_in_buffer_size);
> +      sh_audio->a_in_buffer=memalign(16,sh_audio->a_in_buffer_size);
[...]
> -	free(sh_audio->afilter);
> +	mp_msg(MSGT_DECAUDIO,MSGL_V,"Uninit audio filters... done\n");
> +	//free(sh_audio->afilter);

I am really certain this is wrong.
Also I can't see how the memalign thing is related (though that part
probably is correct).

Greetings,
Reimar Doeffinger




More information about the MPlayer-advusers mailing list