[Mplayer-cvslog] CVS: main/libvo vo_yuv4mpeg.c,1.14,1.15

D Richard Felker III dalias at aerifal.cx
Tue Sep 2 19:41:37 CEST 2003


On Tue, Sep 02, 2003 at 07:41:20PM +0200, Alex Beregszaszi wrote:
> Update of /cvsroot/mplayer/main/libvo
> In directory mail:/var/tmp.root/cvs-serv15516
> 
> Modified Files:
> 	vo_yuv4mpeg.c 
> Log Message:
> 1000l
> 
> Index: vo_yuv4mpeg.c
> ===================================================================
> RCS file: /cvsroot/mplayer/main/libvo/vo_yuv4mpeg.c,v
> retrieving revision 1.14
> retrieving revision 1.15
> diff -u -r1.14 -r1.15
> --- vo_yuv4mpeg.c	14 Dec 2002 17:12:40 -0000	1.14
> +++ vo_yuv4mpeg.c	2 Sep 2003 17:40:41 -0000	1.15
> @@ -36,7 +36,7 @@
>  
>  #include "fastmemcpy.h"
>  #include "../postproc/rgb2rgb.h"
> -
> +#include "../libmpcodecs/vf_scale.h"
>  
>  static vo_info_t info = 
>  {
> @@ -106,6 +106,7 @@
>  	
>  	if(using_format != IMGFMT_YV12)
>  	{
> +		sws_rgb2rgb_init(get_sws_cpuflags());

IMO the 1000l bug is having colorspace conversion in the vo driver at
all...

Rich



More information about the MPlayer-cvslog mailing list