CVS: main codec-cfg.h,1.9,1.10
Update of /cvsroot/mplayer/main In directory usw-pr-cvs1:/tmp/cvs-serv9168 Modified Files: codec-cfg.h Log Message: - applied overlay patch by Jens H Index: codec-cfg.h =================================================================== RCS file: /cvsroot/mplayer/main/codec-cfg.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** codec-cfg.h 2001/04/11 20:55:14 1.9 --- codec-cfg.h 2001/04/14 17:53:47 1.10 *************** *** 2,14 **** #define __CODEC_CFG_H - #ifndef IMGFMT_YV12 - #define IMGFMT_YV12 0x32315659 - #define IMGFMT_YUY2 (('2'<<24)|('Y'<<16)|('U'<<8)|'Y') - #define IMGFMT_RGB_MASK 0xFFFFFF00 - #define IMGFMT_RGB (('R'<<24)|('G'<<16)|('B'<<8)) - #define IMGFMT_BGR_MASK 0xFFFFFF00 - #define IMGFMT_BGR (('B'<<24)|('G'<<16)|('R'<<8)) - #endif - #define CODECS_MAX_FOURCC 16 #define CODECS_MAX_OUTFMT 16 --- 2,5 ---- _______________________________________________ Mplayer-cvslog mailing list Mplayer-cvslog@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
participants (1)
-
Felix Buenemann