[MPlayer-cvslog] CVS: main codec-cfg.c,1.114,1.115

Reimar Döffinger CVS syncmail at mplayerhq.hu
Fri Dec 17 14:27:36 CET 2004


CVS change done by Reimar Döffinger CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv13363

Modified Files:
	codec-cfg.c 
Log Message:
Allow Y8 and Y800 as OUT format in codecs.conf


Index: codec-cfg.c
===================================================================
RCS file: /cvsroot/mplayer/main/codec-cfg.c,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- codec-cfg.c	15 Nov 2004 09:09:27 -0000	1.114
+++ codec-cfg.c	17 Dec 2004 13:27:34 -0000	1.115
@@ -143,6 +143,8 @@
 		{"444P",  IMGFMT_444P},
 		{"422P",  IMGFMT_422P},
 		{"411P",  IMGFMT_411P},
+		{"Y800",  IMGFMT_Y800},
+		{"Y8",    IMGFMT_Y8},
 
 		{"YUY2",  IMGFMT_YUY2},
 		{"UYVY",  IMGFMT_UYVY},




More information about the MPlayer-cvslog mailing list