[FFmpeg-devel] [PATCH] SSE2 Xvid idct
Diego Biurrun
diego
Sat Apr 12 18:54:20 CEST 2008
On Sat, Apr 12, 2008 at 04:29:28AM -0400, Alexander Strange wrote:
>
> --- libavcodec/i386/idct_xvid.h (revision 0)
> +++ libavcodec/i386/idct_xvid.h (revision 0)
> @@ -0,0 +1,33 @@
> +/*
> + * XVID MPEG-4 VIDEO CODEC
> + * Copyright(C) 2001 Peter Ross <pross at xvid.org>
This was not written by Peter Ross, hence it is not copyrighted by him.
> +extern void ff_idct_xvid_mmx(short *block);
> +extern void ff_idct_xvid_mmx2(short *block);
The 'extern' keywords are useless.
Patch applied with these changes.
Diego
More information about the ffmpeg-devel
mailing list