comparison cfg-mplayer.h @ 2188:1e6ea72b9b87

added -oldpp
author arpi
date Sat, 13 Oct 2001 15:45:01 +0000
parents e509abdbf195
children 58555da47151
comparison
equal deleted inserted replaced
2187:c568f4fffb0a 2188:1e6ea72b9b87
64 #endif 64 #endif
65 65
66 #ifdef HAVE_NEW_GUI 66 #ifdef HAVE_NEW_GUI
67 extern char * skinName; 67 extern char * skinName;
68 #endif 68 #endif
69
70 #ifdef HAVE_ODIVX_POSTPROCESS
71 extern int use_old_pp;
72 #endif
73
69 74
70 /* from libvo/aspect.c */ 75 /* from libvo/aspect.c */
71 extern float monitor_aspect; 76 extern float monitor_aspect;
72 77
73 /* 78 /*
202 {"dvd", "MPlayer was compiled WITHOUT libdvdread support!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0}, 207 {"dvd", "MPlayer was compiled WITHOUT libdvdread support!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
203 #endif 208 #endif
204 {"divxq", "Option -divxq has been renamed to -pp (postprocessing), use -pp !\n", 209 {"divxq", "Option -divxq has been renamed to -pp (postprocessing), use -pp !\n",
205 CONF_TYPE_PRINT, 0, 0, 0}, 210 CONF_TYPE_PRINT, 0, 0, 0},
206 {"pp", &divx_quality, CONF_TYPE_INT, CONF_RANGE, 0, 63}, 211 {"pp", &divx_quality, CONF_TYPE_INT, CONF_RANGE, 0, 63},
212 #ifdef HAVE_ODIVX_POSTPROCESS
213 {"oldpp", &use_old_pp, CONF_TYPE_FLAG, 0, 0, 1},
214 #else
215 {"oldpp", "MPlayer was compiled without opendivx library", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
216 #endif
207 {"autoq", &auto_quality, CONF_TYPE_INT, CONF_RANGE, 0, 100}, 217 {"autoq", &auto_quality, CONF_TYPE_INT, CONF_RANGE, 0, 100},
208 {"br", &encode_bitrate, CONF_TYPE_INT, CONF_RANGE, 10000, 10000000}, 218 {"br", &encode_bitrate, CONF_TYPE_INT, CONF_RANGE, 10000, 10000000},
209 #ifdef HAVE_PNG 219 #ifdef HAVE_PNG
210 {"z", &z_compression, CONF_TYPE_INT, CONF_RANGE, 0, 9}, 220 {"z", &z_compression, CONF_TYPE_INT, CONF_RANGE, 0, 9},
211 #endif 221 #endif