summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_aa.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/libvo/vo_aa.c b/libvo/vo_aa.c
index a5aa884104..c385664727 100644
--- a/libvo/vo_aa.c
+++ b/libvo/vo_aa.c
@@ -743,3 +743,12 @@ vo_aa_parseoption(struct config * conf, char *opt, char *param){
return ERR_NOT_AN_OPTION;
}
+
+void
+vo_aa_revertoption(config_t* opt,char* param) {
+ if (!strcasecmp(opt, "aaosdcolor"))
+ aaopt_osdcolor= AA_SPECIAL;
+ else if (!strcasecmp(opt, "aasubcolor"))
+ aaopt_subcolor= AA_SPECIAL;
+}
+