mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 07:33:46 +01: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:
parent
98d06ba17c
commit
352dfc79e4
@ -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[];
|
||||
|
@ -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[]={
|
||||
|
Loading…
Reference in New Issue
Block a user