[MPlayer-cvslog] r26018 - trunk/cfg-common.h

reimar subversion at mplayerhq.hu
Sun Feb 17 16:14:55 CET 2008


Author: reimar
Date: Sun Feb 17 16:14:54 2008
New Revision: 26018

Log:
Make -af-pre, -af-add, -af-del and -af-clr available.
For this -af-adv must be moved below af* to match first.


Modified:
   trunk/cfg-common.h

Modified: trunk/cfg-common.h
==============================================================================
--- trunk/cfg-common.h	(original)
+++ trunk/cfg-common.h	Sun Feb 17 16:14:54 2008
@@ -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},



More information about the MPlayer-cvslog mailing list