changeset 25986:0d369275fb20

Make -af-pre, -af-add, -af-del and -af-clr available. For this -af-adv must be moved below af* to match first.
author reimar
date Sun, 17 Feb 2008 15:14:54 +0000
parents 160c97459836
children 3cf8cd7b38e0
files cfg-common.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cfg-common.h	Sun Feb 17 13:57:34 2008 +0000
+++ b/cfg-common.h	Sun Feb 17 15:14:54 2008 +0000
@@ -201,8 +201,8 @@
 	{"sound", &audio_id, CONF_TYPE_FLAG, 0, -2, -1, NULL},
 	{"nosound", &audio_id, CONF_TYPE_FLAG, 0, -1, -2, NULL},
 
+	{"af*", &af_cfg.list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},
 	{"af-adv", audio_filter_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0, NULL},
-	{"af", &af_cfg.list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},
 
 	{"vop", "-vop has been removed, use -vf instead.\n", CONF_TYPE_PRINT, CONF_NOCFG ,0,0, NULL},
 	{"vf*", &vf_settings, CONF_TYPE_OBJ_SETTINGS_LIST, 0, 0, 0, &vf_obj_list},