[MPlayer-cvslog] CVS: main cfg-mplayer.h,1.244,1.245
Ivo van Poorten CVS
syncmail at mplayerhq.hu
Fri Mar 11 03:09:25 CET 2005
CVS change done by Ivo van Poorten CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv10544
Modified Files:
cfg-mplayer.h
Log Message:
Convert vo_aa suboption parser to using the subopt-helper.
This obsoletes all -aa* commandline options. Use -vo aa:* instead.
Index: cfg-mplayer.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-mplayer.h,v
retrieving revision 1.244
retrieving revision 1.245
diff -u -r1.244 -r1.245
--- cfg-mplayer.h 1 Mar 2005 03:51:48 -0000 1.244
+++ cfg-mplayer.h 11 Mar 2005 02:09:22 -0000 1.245
@@ -73,11 +73,6 @@
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 @@
#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
More information about the MPlayer-cvslog
mailing list