[Mplayer-cvslog] CVS: main cinepak.c,1.9,1.10
Arpi of Ize
arpi at mplayer.dev.hu
Mon Mar 25 02:32:59 CET 2002
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv19020
Modified Files:
cinepak.c
Log Message:
I420 support
Index: cinepak.c
===================================================================
RCS file: /cvsroot/mplayer/main/cinepak.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- cinepak.c 9 Mar 2002 22:07:22 -0000 1.9
+++ cinepak.c 25 Mar 2002 01:32:40 -0000 1.10
@@ -581,6 +581,8 @@
switch(mpi->imgfmt)
{
+ case IMGFMT_I420:
+ case IMGFMT_IYUV:
case IMGFMT_YV12: // YV12
read_codebook = read_codebook_yv12;
cvid_v1 = cvid_v1_yv12;
More information about the MPlayer-cvslog
mailing list