comparison cfg-common.h @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 3f597aacbb69
children a5e7590ffdbd
comparison
equal deleted inserted replaced
29262:7d545a6b8aff 29263:0f1b5b68af32
241 {NULL, NULL, 0, 0, 0, 0, NULL} 241 {NULL, NULL, 0, 0, 0, 0, NULL}
242 }; 242 };
243 243
244 #include "libaf/af.h" 244 #include "libaf/af.h"
245 extern af_cfg_t af_cfg; // Audio filter configuration, defined in libmpcodecs/dec_audio.c 245 extern af_cfg_t af_cfg; // Audio filter configuration, defined in libmpcodecs/dec_audio.c
246 const m_option_t audio_filter_conf[]={ 246 const m_option_t audio_filter_conf[]={
247 {"list", &af_cfg.list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL}, 247 {"list", &af_cfg.list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},
248 {"force", &af_cfg.force, CONF_TYPE_INT, CONF_RANGE, 0, 7, NULL}, 248 {"force", &af_cfg.force, CONF_TYPE_INT, CONF_RANGE, 0, 7, NULL},
249 {NULL, NULL, 0, 0, 0, 0, NULL} 249 {NULL, NULL, 0, 0, 0, 0, NULL}
250 }; 250 };
251 251