[Mplayer-cvslog] CVS: main mp_image.h,1.6,1.7
Arpi of Ize
arpi at mplayer.dev.hu
Thu Mar 7 03:44:45 CET 2002
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv19057
Modified Files:
mp_image.h
Log Message:
MP_IMGFLAG_TYPE_DISPLAYED added
Index: mp_image.h
===================================================================
RCS file: /cvsroot/mplayer/main/mp_image.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mp_image.h 6 Mar 2002 23:40:31 -0000 1.6
+++ mp_image.h 7 Mar 2002 02:44:42 -0000 1.7
@@ -24,6 +24,8 @@
#define MP_IMGFLAG_YUV 0x200
// set if it's swapped plane/byteorder
#define MP_IMGFLAG_SWAPPED 0x400
+// type displayed (do not set this flag - it's for internal use!)
+#define MP_IMGFLAG_TYPE_DISPLAYED 0x800
// codec doesn't support any form of direct rendering - it has own buffer
// allocation. so we just export its buffer pointers:
More information about the MPlayer-cvslog
mailing list