[MPlayer-dev-eng] [PATCH] new debanding filter "gradfun"
Alexander Strange
astrange at ithinksw.com
Thu Jun 18 08:36:37 CEST 2009
On Jun 1, 2009, at 10:31 AM, Loren Merritt wrote:
>> [..]
>
> done.
> <vf_gradfun.diff>
>
> +#include <malloc.h>
#if HAVE_MALLOC_H
(What systems don't have it in stdlib.h?)
> +static const uint16_t __attribute__((aligned(16))) pw_7f[8] =
> {127,127,127,127,127,127,127,127};
I thought mplayer had DECLARE_ALIGNED, but it looks like mp3lib is
just including parts of libavutil for it.
More information about the MPlayer-dev-eng
mailing list