summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-03-11 02:09:24 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-03-11 02:09:24 +0000
commitb0e5f570bb6b17f6160a2382356e4ec9a127d55d (patch)
treedac4f1b7d6cfbf9d18346da6c3c737881c3308cf /cfg-mplayer.h
parent0c7b6fc2123db6a4f77064d9bfe8f7f7c185a102 (diff)
downloadmpv-b0e5f570bb6b17f6160a2382356e4ec9a127d55d.tar.bz2
mpv-b0e5f570bb6b17f6160a2382356e4ec9a127d55d.tar.xz
Convert vo_aa suboption parser to using the subopt-helper.
This obsoletes all -aa* commandline options. Use -vo aa:* instead. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14936 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index fb5c518a86..ee1c85f134 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -73,11 +73,6 @@ extern int WinID;
extern int menu_startup;
#endif
-#ifdef HAVE_AA
-extern int vo_aa_parseoption(m_option_t* conf, char *opt, char * param);
-extern void vo_aa_revertoption(m_option_t* opt,char* param);
-#endif
-
#ifdef HAVE_ZR
extern int vo_zr_parseoption(m_option_t* conf, char *opt, char * param);
extern void vo_zr_revertoption(m_option_t* opt,char* pram);
@@ -284,7 +279,7 @@ m_option_t mplayer_opts[]={
#ifdef HAVE_AA
// -vo aa
- {"aa*", vo_aa_parseoption, CONF_TYPE_FUNC_FULL, 0, 0, 0 , &vo_aa_revertoption},
+ {"aa*", "-aa* is deprecated. Use -vo aa:suboption instead.\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
#endif
#ifdef HAVE_ZR