comparison cfg-common.h @ 3765:1f9e0e08b3d7

afm/vfm synced
author alex
date Wed, 26 Dec 2001 14:19:39 +0000
parents 7aed2edd99ab
children a14b3a600b81
comparison
equal deleted inserted replaced
3764:0195894e279f 3765:1f9e0e08b3d7
67 67
68 #ifdef USE_FAKE_MONO 68 #ifdef USE_FAKE_MONO
69 {"stereo", &fakemono, CONF_TYPE_INT, CONF_RANGE, 0, 2}, 69 {"stereo", &fakemono, CONF_TYPE_INT, CONF_RANGE, 0, 2},
70 #endif 70 #endif
71 71
72 {"afm", &audio_family, CONF_TYPE_INT, CONF_MIN, 0, 15}, // keep ranges in sync 72 {"afm", &audio_family, CONF_TYPE_INT, CONF_MIN, 0, 16}, // keep ranges in sync
73 {"vfm", &video_family, CONF_TYPE_INT, CONF_MIN, 0, 12}, // with codec-cfg.c 73 {"vfm", &video_family, CONF_TYPE_INT, CONF_MIN, 0, 14}, // with codec-cfg.c
74 {"ac", &audio_codec, CONF_TYPE_STRING, 0, 0, 0}, 74 {"ac", &audio_codec, CONF_TYPE_STRING, 0, 0, 0},
75 {"vc", &video_codec, CONF_TYPE_STRING, 0, 0, 0}, 75 {"vc", &video_codec, CONF_TYPE_STRING, 0, 0, 0},
76 76
77 {"divxq", "Option -divxq has been renamed to -pp (postprocessing), use -pp !\n", 77 {"divxq", "Option -divxq has been renamed to -pp (postprocessing), use -pp !\n",
78 CONF_TYPE_PRINT, 0, 0, 0}, 78 CONF_TYPE_PRINT, 0, 0, 0},