[MPlayer-cvslog] CVS: main cfg-mplayer.h,1.238,1.239

Ivo van Poorten CVS syncmail at mplayerhq.hu
Mon Jan 10 16:51:57 CET 2005


CVS change done by Ivo van Poorten CVS

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

Modified Files:
	cfg-mplayer.h 
Log Message:

Implementation of vo_png suboption parser with subopt-helper and removal
of -z command line option.



Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -r1.238 -r1.239
--- cfg-mplayer.h	7 Jan 2005 12:13:39 -0000	1.238
+++ cfg-mplayer.h	10 Jan 2005 15:51:54 -0000	1.239
@@ -189,7 +189,7 @@
 
 	// -vo png only:
 #ifdef HAVE_PNG
-	{"z", &z_compression, CONF_TYPE_INT, CONF_RANGE, 0, 9, NULL},
+	{"z", "-z is replaced by -vo png:z=<0-9>\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
 #endif
 	// -vo jpeg only:
 #ifdef HAVE_JPEG




More information about the MPlayer-cvslog mailing list