[Mplayer-cvslog] CVS: main/libmpcodecs img_format.c,1.2,1.3 img_format.h,1.5,1.6

Arpi of Ize arpi at mplayerhq.hu
Sat Jun 22 10:48:09 CEST 2002


Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv17234

Modified Files:
	img_format.c img_format.h 
Log Message:
NV12 added


Index: img_format.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/img_format.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- img_format.c	29 Nov 2001 17:08:17 -0000	1.2
+++ img_format.c	22 Jun 2002 08:47:56 -0000	1.3
@@ -22,6 +22,7 @@
 	case IMGFMT_CLPL: return("Planar CLPL");
 	case IMGFMT_Y800: return("Planar Y800");
 	case IMGFMT_Y8: return("Planar Y8");
+	case IMGFMT_NV12: return("Planar NV12");
 	case IMGFMT_IUYV: return("Packed IUYV");
 	case IMGFMT_IY41: return("Packed IY41");
 	case IMGFMT_IYU1: return("Packed IYU1");

Index: img_format.h
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/img_format.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- img_format.h	29 Nov 2001 17:08:17 -0000	1.5
+++ img_format.h	22 Jun 2002 08:47:56 -0000	1.6
@@ -37,6 +37,7 @@
 #define IMGFMT_CLPL 0x4C504C43
 #define IMGFMT_Y800 0x30303859
 #define IMGFMT_Y8   0x20203859
+#define IMGFMT_NV12 0x3231564E
 
 /* Packed YUV Formats */
 





More information about the MPlayer-cvslog mailing list