comparison cfg-mplayer.h @ 2643:9d0a638e211a

divx4 2-pass support, -frames option
author arpi
date Sat, 03 Nov 2001 00:44:02 +0000
parents f96462d7453e
children 679d3b21bedb
comparison
equal deleted inserted replaced
2642:0e6e13261d79 2643:9d0a638e211a
146 {"hardframedrop", &frame_dropping, CONF_TYPE_FLAG, 0, 0, 2}, 146 {"hardframedrop", &frame_dropping, CONF_TYPE_FLAG, 0, 0, 2},
147 {"noframedrop", &frame_dropping, CONF_TYPE_FLAG, 0, 1, 0}, 147 {"noframedrop", &frame_dropping, CONF_TYPE_FLAG, 0, 1, 0},
148 148
149 {"autoq", &auto_quality, CONF_TYPE_INT, CONF_RANGE, 0, 100}, 149 {"autoq", &auto_quality, CONF_TYPE_INT, CONF_RANGE, 0, 100},
150 150
151 {"frames", &play_n_frames, CONF_TYPE_INT, CONF_MIN, 0, 0},
152 {"benchmark", &benchmark, CONF_TYPE_FLAG, 0, 0, 1}, 151 {"benchmark", &benchmark, CONF_TYPE_FLAG, 0, 0, 1},
153 152
154 {"dumpfile", &stream_dump_name, CONF_TYPE_STRING, 0, 0, 0}, 153 {"dumpfile", &stream_dump_name, CONF_TYPE_STRING, 0, 0, 0},
155 {"dumpaudio", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 1}, 154 {"dumpaudio", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 1},
156 {"dumpvideo", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 2}, 155 {"dumpvideo", &stream_dump_type, CONF_TYPE_FLAG, 0, 0, 2},