[Mplayer-cvslog] CVS: main cinepak.c,1.9,1.10

Mike Melanson melanson at pcisys.net
Mon Mar 25 02:33:12 CET 2002


On Mon, 25 Mar 2002, Arpi of Ize wrote:

> Update of /cvsroot/mplayer/main
> In directory mplayer:/var/tmp.root/cvs-serv19020
> 
> Modified Files:
> 	cinepak.c 
> Log Message:
> I420 support
> 

[snip]

>  	switch(mpi->imgfmt)
>  		{
> +		case IMGFMT_I420:
> +		case IMGFMT_IYUV:
>  		case IMGFMT_YV12:  // YV12
>  			read_codebook = read_codebook_yv12;
>  			cvid_v1 = cvid_v1_yv12;

	Umm, are you sure you know what you're doing here? Per my
understanding (from Webartz), I420 and IYUV have their chrominance planes
reversed from what YV12 expects. Or is this part of your big planar YUV
change recently?

	Thanks...
-- 
	-Mike Melanson




More information about the MPlayer-cvslog mailing list