comparison cfg-mplayer.h @ 2031:624df8ea0e0e

New aspect prescale code, parses aspect value from mpeg sequence header or commandline. Removed X11_FULLSCREEN hack from mplayer.c and moved it to libvo/vo_xv.c. Added support for nominator[:/]denominator float values in cfg-parser, thanks for the code by Steve Davies. All around thanks to Steve for helping me understanding the whole stuff :)
author atmos4
date Mon, 01 Oct 2001 15:58:31 +0000
parents 87319ece31f9
children df489b17c04d
comparison
equal deleted inserted replaced
2030:68dbb349566e 2031:624df8ea0e0e
208 CONF_TYPE_PRINT, 0, 0, 0}, 208 CONF_TYPE_PRINT, 0, 0, 0},
209 #endif 209 #endif
210 {"x", &screen_size_x, CONF_TYPE_INT, CONF_RANGE, 0, 4096}, 210 {"x", &screen_size_x, CONF_TYPE_INT, CONF_RANGE, 0, 4096},
211 {"y", &screen_size_y, CONF_TYPE_INT, CONF_RANGE, 0, 4096}, 211 {"y", &screen_size_y, CONF_TYPE_INT, CONF_RANGE, 0, 4096},
212 {"xy", &screen_size_xy, CONF_TYPE_INT, CONF_RANGE, 0, 4096}, 212 {"xy", &screen_size_xy, CONF_TYPE_INT, CONF_RANGE, 0, 4096},
213 {"aspect", &movie_aspect, CONF_TYPE_FLOAT, CONF_RANGE, 0.2, 3.0},
213 {"vm", &vidmode, CONF_TYPE_FLAG, 0, 0, 1}, 214 {"vm", &vidmode, CONF_TYPE_FLAG, 0, 0, 1},
214 {"novm", &vidmode, CONF_TYPE_FLAG, 0, 1, 0}, 215 {"novm", &vidmode, CONF_TYPE_FLAG, 0, 1, 0},
215 {"fs", &fullscreen, CONF_TYPE_FLAG, 0, 0, 1}, 216 {"fs", &fullscreen, CONF_TYPE_FLAG, 0, 0, 1},
216 {"nofs", &fullscreen, CONF_TYPE_FLAG, 0, 1, 0}, 217 {"nofs", &fullscreen, CONF_TYPE_FLAG, 0, 1, 0},
217 {"zoom", &softzoom, CONF_TYPE_FLAG, 0, 0, 1}, 218 {"zoom", &softzoom, CONF_TYPE_FLAG, 0, 0, 1},