[Ffmpeg-devel] [PATCH] introduce swscale interface inlibavcodec

Diego Biurrun diego
Fri Apr 21 17:30:40 CEST 2006


On Wed, Apr 19, 2006 at 04:11:29PM +0200, Luca Abeni wrote:
> 
> are on this mailing list too... So I hope someone of them can help in
> making this patch presentable :)

I just had a quick glance without compiling or anything.  It looks OK to
me, so if the patch works it should be good enough.

One thing, though:

> --- libmpcodecs/vd_ijpg.c	22 Sep 2002 02:33:25 -0000	1.10
> +++ libmpcodecs/vd_ijpg.c	19 Apr 2006 13:54:00 -0000
> @@ -12,7 +12,8 @@
>  #include <setjmp.h>
>  
>  #include "bswap.h"
> -#include "postproc/rgb2rgb.h"
> +#include "libswscale/swscale.h"
> +//#include "postproc/rgb2rgb.h"
>  #include "libvo/fastmemcpy.h"

Please just remove the commented out line, I see no reason to keep it.

Diego





More information about the ffmpeg-devel mailing list