diff cfg-mplayer.h @ 14451:4a6f25e88dbb

Implementation of vo_png suboption parser with subopt-helper and removal of -z command line option.
author ivo
date Mon, 10 Jan 2005 15:51:55 +0000
parents 3292bd2e8e61
children c10a234ac711
line wrap: on
line diff
--- a/cfg-mplayer.h	Mon Jan 10 15:43:28 2005 +0000
+++ b/cfg-mplayer.h	Mon Jan 10 15:51:55 2005 +0000
@@ -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