0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

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

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30634 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-02-18 09:41:52 +00:00
parent 98d06ba17c
commit 352dfc79e4
2 changed files with 0 additions and 4 deletions

View File

@ -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[];

View File

@ -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[]={