comparison cfg-common.h @ 10756:e40dee59f3ba

remove read/revert hack
author alex
date Sun, 31 Aug 2003 22:18:27 +0000
parents 524b34c82c90
children 6377c7d0459e
comparison
equal deleted inserted replaced
10755:8ec62402a8a3 10756:e40dee59f3ba
156 156
157 // postprocessing: 157 // postprocessing:
158 {"divxq", "Option -divxq has been renamed to -pp (postprocessing), use -pp !\n", 158 {"divxq", "Option -divxq has been renamed to -pp (postprocessing), use -pp !\n",
159 CONF_TYPE_PRINT, 0, 0, 0, NULL}, 159 CONF_TYPE_PRINT, 0, 0, 0, NULL},
160 #ifdef USE_LIBAVCODEC 160 #ifdef USE_LIBAVCODEC
161 {"pp", readPPOpt, CONF_TYPE_FUNC_PARAM, 0, 0, 0, (cfg_default_func_t)&revertPPOpt}, 161 {"pp", &divx_quality, CONF_TYPE_INT, 0, 0, 0, NULL},
162 #endif 162 #endif
163 #ifdef HAVE_ODIVX_POSTPROCESS 163 #ifdef HAVE_ODIVX_POSTPROCESS
164 {"oldpp", &use_old_pp, CONF_TYPE_FLAG, 0, 0, 1, NULL}, 164 {"oldpp", &use_old_pp, CONF_TYPE_FLAG, 0, 0, 1, NULL},
165 #else 165 #else
166 {"oldpp", "MPlayer was compiled without opendivx library\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, 166 {"oldpp", "MPlayer was compiled without opendivx library\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
258 extern float screen_size_xy; 258 extern float screen_size_xy;
259 extern float movie_aspect; 259 extern float movie_aspect;
260 extern int softzoom; 260 extern int softzoom;
261 extern int flip; 261 extern int flip;
262 extern int vd_use_slices; 262 extern int vd_use_slices;
263 extern int divx_quality;
263 264
264 /* from dec_audio, currently used for ac3surround decoder only */ 265 /* from dec_audio, currently used for ac3surround decoder only */
265 extern int audio_output_channels; 266 extern int audio_output_channels;
266 267
267 #ifdef MPLAYER_NETWORK 268 #ifdef MPLAYER_NETWORK