comparison cfg-common.h @ 7522:aa1a1249f239

-ac/-afm rewrite, now works the same way as -vc/-vfm including audio codec fallbacks if init failed
author arpi
date Sat, 28 Sep 2002 02:23:20 +0000
parents c1cb94198e05
children c276bfb414fb
comparison
equal deleted inserted replaced
7521:ccd91bde4ae9 7522:aa1a1249f239
104 {"nosound", &has_audio, CONF_TYPE_FLAG, 0, 1, 0, NULL}, 104 {"nosound", &has_audio, CONF_TYPE_FLAG, 0, 1, 0, NULL},
105 105
106 // select audio/video codec (by name) or codec family (by number): 106 // select audio/video codec (by name) or codec family (by number):
107 // {"afm", &audio_family, CONF_TYPE_INT, CONF_MIN, 0, 22, NULL}, // keep ranges in sync 107 // {"afm", &audio_family, CONF_TYPE_INT, CONF_MIN, 0, 22, NULL}, // keep ranges in sync
108 // {"vfm", &video_family, CONF_TYPE_INT, CONF_MIN, 0, 29, NULL}, // with codec-cfg.c 108 // {"vfm", &video_family, CONF_TYPE_INT, CONF_MIN, 0, 29, NULL}, // with codec-cfg.c
109 {"afm", &audio_fm, CONF_TYPE_STRING, 0, 0, 0, NULL}, 109 // {"afm", &audio_fm, CONF_TYPE_STRING, 0, 0, 0, NULL},
110 {"afm", &audio_fm_list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},
110 {"vfm", &video_fm_list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL}, 111 {"vfm", &video_fm_list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},
111 {"ac", &audio_codec, CONF_TYPE_STRING, 0, 0, 0, NULL}, 112 // {"ac", &audio_codec, CONF_TYPE_STRING, 0, 0, 0, NULL},
113 {"ac", &audio_codec_list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},
112 {"vc", &video_codec_list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL}, 114 {"vc", &video_codec_list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},
113 115
114 // postprocessing: 116 // postprocessing:
115 {"divxq", "Option -divxq has been renamed to -pp (postprocessing), use -pp !\n", 117 {"divxq", "Option -divxq has been renamed to -pp (postprocessing), use -pp !\n",
116 CONF_TYPE_PRINT, 0, 0, 0, NULL}, 118 CONF_TYPE_PRINT, 0, 0, 0, NULL},