comparison 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
comparison
equal deleted inserted replaced
14450:b9cbdef31a89 14451:4a6f25e88dbb
187 {"display", &mDisplayName, CONF_TYPE_STRING, 0, 0, 0, NULL}, 187 {"display", &mDisplayName, CONF_TYPE_STRING, 0, 0, 0, NULL},
188 #endif 188 #endif
189 189
190 // -vo png only: 190 // -vo png only:
191 #ifdef HAVE_PNG 191 #ifdef HAVE_PNG
192 {"z", &z_compression, CONF_TYPE_INT, CONF_RANGE, 0, 9, NULL}, 192 {"z", "-z is replaced by -vo png:z=<0-9>\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
193 #endif 193 #endif
194 // -vo jpeg only: 194 // -vo jpeg only:
195 #ifdef HAVE_JPEG 195 #ifdef HAVE_JPEG
196 {"jpeg", "-jpeg is deprecated. Use -vo jpeg:options instead.\n", 196 {"jpeg", "-jpeg is deprecated. Use -vo jpeg:options instead.\n",
197 CONF_TYPE_PRINT, 0, 0, 0, NULL}, 197 CONF_TYPE_PRINT, 0, 0, 0, NULL},