comparison cfg-mplayer.h @ 2390:edbeda5bced9

changed vfm max_value from 7 to 10, according to the latest codec-cfg.h
author alex
date Mon, 22 Oct 2001 23:39:14 +0000
parents 93616490c0dd
children 125ece057b0e
comparison
equal deleted inserted replaced
2389:bd3f33e7dd26 2390:edbeda5bced9
199 // {"vids", &avi_header.video_codec, CONF_TYPE_STRING, 0, 0, 0}, 199 // {"vids", &avi_header.video_codec, CONF_TYPE_STRING, 0, 0, 0},
200 {"mc", &default_max_pts_correction, CONF_TYPE_FLOAT, CONF_RANGE, 0, 10}, 200 {"mc", &default_max_pts_correction, CONF_TYPE_FLOAT, CONF_RANGE, 0, 10},
201 {"fps", &force_fps, CONF_TYPE_FLOAT, CONF_MIN, 0, 0}, 201 {"fps", &force_fps, CONF_TYPE_FLOAT, CONF_MIN, 0, 0},
202 {"srate", &force_srate, CONF_TYPE_INT, CONF_RANGE, 1000, 8*48000}, 202 {"srate", &force_srate, CONF_TYPE_INT, CONF_RANGE, 1000, 8*48000},
203 {"afm", &audio_family, CONF_TYPE_INT, CONF_RANGE, 0, 11}, // keep ranges in sync 203 {"afm", &audio_family, CONF_TYPE_INT, CONF_RANGE, 0, 11}, // keep ranges in sync
204 {"vfm", &video_family, CONF_TYPE_INT, CONF_RANGE, 0, 7}, // with codec-cfg.c 204 {"vfm", &video_family, CONF_TYPE_INT, CONF_RANGE, 0, 10}, // with codec-cfg.c
205 {"ac", &audio_codec, CONF_TYPE_STRING, 0, 0, 0}, 205 {"ac", &audio_codec, CONF_TYPE_STRING, 0, 0, 0},
206 {"vc", &video_codec, CONF_TYPE_STRING, 0, 0, 0}, 206 {"vc", &video_codec, CONF_TYPE_STRING, 0, 0, 0},
207 {"dshow", &allow_dshow, CONF_TYPE_FLAG, 0, 0, 1}, // Is this still needed? atmos :: 207 {"dshow", &allow_dshow, CONF_TYPE_FLAG, 0, 0, 1}, // Is this still needed? atmos ::
208 {"nodshow", &allow_dshow, CONF_TYPE_FLAG, 0, 1, 0}, 208 {"nodshow", &allow_dshow, CONF_TYPE_FLAG, 0, 1, 0},
209 #ifdef USE_STREAM_CACHE 209 #ifdef USE_STREAM_CACHE