[MPlayer-cvslog] r30634 - in trunk: cfg-mencoder.h cfg-mplayer.h

diego subversion at mplayerhq.hu
Thu Feb 18 10:41:52 CET 2010


Author: diego
Date: Thu Feb 18 10:41:52 2010
New Revision: 30634

Log:
Remove forward declarations for non-existing functions readPPOpt, revertPPOpt.

Modified:
   trunk/cfg-mencoder.h
   trunk/cfg-mplayer.h

Modified: trunk/cfg-mencoder.h
==============================================================================
--- trunk/cfg-mencoder.h	Thu Feb 18 10:29:05 2010	(r30633)
+++ trunk/cfg-mencoder.h	Thu Feb 18 10:41:52 2010	(r30634)
@@ -26,8 +26,6 @@
 #include "cfg-common.h"
 
 extern int sws_flags;
-int readPPOpt(void *, char *arg);
-void revertPPOpt(void *conf, char* opt);
 extern char *pp_help;
 
 extern m_option_t lameopts_conf[];

Modified: trunk/cfg-mplayer.h
==============================================================================
--- trunk/cfg-mplayer.h	Thu Feb 18 10:29:05 2010	(r30633)
+++ trunk/cfg-mplayer.h	Thu Feb 18 10:41:52 2010	(r30634)
@@ -72,8 +72,6 @@ extern float force_monitor_aspect;
 extern float monitor_pixel_aspect;
 
 extern int sws_flags;
-int readPPOpt(void *conf, char *arg);
-void revertPPOpt(void *conf, char* opt);
 extern char* pp_help;
 
 const m_option_t vd_conf[]={


More information about the MPlayer-cvslog mailing list