comparison cfg-common.h @ 7946:f483ab704252

postprocessing cleanup: remove opendivx #ifdefs remove rk1 filter remove unused / obsolete stuff add -1,4,2,4,-1 deinterlacing filter (ffmpeg uses that) threadsafe / no more non-const globals some optimizations different strides for Y,U,V possible remove ebx usage (someone really should fix gcc, this is really lame) change the dering filter slightly (tell me if its worse for any files)
author michael
date Mon, 28 Oct 2002 19:31:04 +0000
parents b062996d9794
children 04f386daac34
comparison
equal deleted inserted replaced
7945:32939f2b3d2e 7946:f483ab704252
133 133
134 // postprocessing: 134 // postprocessing:
135 {"divxq", "Option -divxq has been renamed to -pp (postprocessing), use -pp !\n", 135 {"divxq", "Option -divxq has been renamed to -pp (postprocessing), use -pp !\n",
136 CONF_TYPE_PRINT, 0, 0, 0, NULL}, 136 CONF_TYPE_PRINT, 0, 0, 0, NULL},
137 {"pp", readPPOpt, CONF_TYPE_FUNC_PARAM, 0, 0, 0, (cfg_default_func_t)&revertPPOpt}, 137 {"pp", readPPOpt, CONF_TYPE_FUNC_PARAM, 0, 0, 0, (cfg_default_func_t)&revertPPOpt},
138 {"npp", readNPPOpt, CONF_TYPE_FUNC_PARAM, 0, 0, 0, (cfg_default_func_t)&revertPPOpt},
139 #ifdef HAVE_ODIVX_POSTPROCESS 138 #ifdef HAVE_ODIVX_POSTPROCESS
140 {"oldpp", &use_old_pp, CONF_TYPE_FLAG, 0, 0, 1, NULL}, 139 {"oldpp", &use_old_pp, CONF_TYPE_FLAG, 0, 0, 1, NULL},
141 #else 140 #else
142 {"oldpp", "MPlayer was compiled without opendivx library\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL}, 141 {"oldpp", "MPlayer was compiled without opendivx library\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},
143 #endif 142 #endif