[Mplayer-cvslog] CVS: main mp_image.h,1.2,1.3

Arpi of Ize arpi at mplayer.dev.hu
Wed Jan 16 02:51:14 CET 2002


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv13036

Modified Files:
	mp_image.h 
Log Message:
10l...

Index: mp_image.h
===================================================================
RCS file: /cvsroot/mplayer/main/mp_image.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mp_image.h	16 Jan 2002 01:19:22 -0000	1.2
+++ mp_image.h	16 Jan 2002 01:51:12 -0000	1.3
@@ -33,7 +33,7 @@
 #ifdef IMGFMT_YUY2
 static inline void mp_image_setfmt(mp_image_t* mpi,unsigned int out_fmt){
     mpi->flags&=~(MP_IMGFLAG_PLANAR|MP_IMGFLAG_YUV|MP_IMGFLAG_SWAPPED);
-    mpi->out_fmt=out_fmt;
+    mpi->imgfmt=out_fmt;
     if( (out_fmt&IMGFMT_RGB_MASK) == IMGFMT_RGB ){
 	mpi->bpp=((out_fmt&255)+7)&(~7);
 	return;




More information about the MPlayer-cvslog mailing list