comparison cfg-mplayer.h @ 3272:7e4399d1eb65

horizontal up/downscale linear & cubic -sws command line option (0 -> fast_bilinear, 1->bilinear, 2->bicubic)
author michael
date Sun, 02 Dec 2001 20:03:26 +0000
parents b59502557e39
children 38344371432f
comparison
equal deleted inserted replaced
3271:f25ad52b76b8 3272:7e4399d1eb65
71 /* from libvo/aspect.c */ 71 /* from libvo/aspect.c */
72 extern float monitor_aspect; 72 extern float monitor_aspect;
73 73
74 /* from dec_audio, currently used for ac3surround decoder only */ 74 /* from dec_audio, currently used for ac3surround decoder only */
75 extern int audio_output_channels; 75 extern int audio_output_channels;
76
77 extern int sws_flags;
76 78
77 /* 79 /*
78 * CONF_TYPE_FUNC_FULL : 80 * CONF_TYPE_FUNC_FULL :
79 * allows own implemtations for passing the params 81 * allows own implemtations for passing the params
80 * 82 *
173 {"dshow", &allow_dshow, CONF_TYPE_FLAG, 0, 0, 1}, // Is this still needed? atmos :: 175 {"dshow", &allow_dshow, CONF_TYPE_FLAG, 0, 0, 1}, // Is this still needed? atmos ::
174 {"nodshow", &allow_dshow, CONF_TYPE_FLAG, 0, 1, 0}, 176 {"nodshow", &allow_dshow, CONF_TYPE_FLAG, 0, 1, 0},
175 177
176 #ifdef HAVE_PNG 178 #ifdef HAVE_PNG
177 {"z", &z_compression, CONF_TYPE_INT, CONF_RANGE, 0, 9}, 179 {"z", &z_compression, CONF_TYPE_INT, CONF_RANGE, 0, 9},
178 #endif 180 #endif
179 #ifdef HAVE_SDL 181 #ifdef HAVE_SDL
180 {"sdl", "Use -vo sdl:driver instead of -vo sdl -sdl driver\n", 182 {"sdl", "Use -vo sdl:driver instead of -vo sdl -sdl driver\n",
181 CONF_TYPE_PRINT, 0, 0, 0}, 183 CONF_TYPE_PRINT, 0, 0, 0},
182 {"noxv", &sdl_noxv, CONF_TYPE_FLAG, 0, 0, 1}, 184 {"noxv", &sdl_noxv, CONF_TYPE_FLAG, 0, 0, 1},
183 {"forcexv", &sdl_forcexv, CONF_TYPE_FLAG, 0, 0, 1}, 185 {"forcexv", &sdl_forcexv, CONF_TYPE_FLAG, 0, 0, 1},