comparison cfg-common.h @ 2643:9d0a638e211a

divx4 2-pass support, -frames option
author arpi
date Sat, 03 Nov 2001 00:44:02 +0000
parents f96462d7453e
children 98769cea155c
comparison
equal deleted inserted replaced
2642:0e6e13261d79 2643:9d0a638e211a
51 {"vid", &video_id, CONF_TYPE_INT, CONF_RANGE, 0, 255}, 51 {"vid", &video_id, CONF_TYPE_INT, CONF_RANGE, 0, 255},
52 {"sid", &dvdsub_id, CONF_TYPE_INT, CONF_RANGE, 0, 31}, 52 {"sid", &dvdsub_id, CONF_TYPE_INT, CONF_RANGE, 0, 31},
53 53
54 // ------------------------- a-v sync options -------------------- 54 // ------------------------- a-v sync options --------------------
55 55
56 {"frames", &play_n_frames, CONF_TYPE_INT, CONF_MIN, 0, 0},
57
56 {"mc", &default_max_pts_correction, CONF_TYPE_FLOAT, CONF_RANGE, 0, 10}, 58 {"mc", &default_max_pts_correction, CONF_TYPE_FLOAT, CONF_RANGE, 0, 10},
57 {"fps", &force_fps, CONF_TYPE_FLOAT, CONF_MIN, 0, 0}, 59 {"fps", &force_fps, CONF_TYPE_FLOAT, CONF_MIN, 0, 0},
58 {"srate", &force_srate, CONF_TYPE_INT, CONF_RANGE, 1000, 8*48000}, 60 {"srate", &force_srate, CONF_TYPE_INT, CONF_RANGE, 1000, 8*48000},
59 61
60 // ------------------------- codec/pp options -------------------- 62 // ------------------------- codec/pp options --------------------