comparison cfg-mplayer.h @ 28051:9e739bdb049c

Get rid of pointless 'extern' keywords.
author diego
date Wed, 03 Dec 2008 23:01:03 +0000
parents 13738bdebf9a
children dec2bc0855e8
comparison
equal deleted inserted replaced
28050:7e53b0b71b18 28051:9e739bdb049c
38 extern int menu_flip_hebrew; 38 extern int menu_flip_hebrew;
39 extern int menu_fribidi_flip_commas; 39 extern int menu_fribidi_flip_commas;
40 40
41 extern char *unrar_executable; 41 extern char *unrar_executable;
42 42
43 extern int vo_zr_parseoption(const m_option_t* conf, char *opt, char * param); 43 int vo_zr_parseoption(const m_option_t* conf, char *opt, char * param);
44 extern void vo_zr_revertoption(const m_option_t* opt,char* pram); 44 void vo_zr_revertoption(const m_option_t* opt,char* pram);
45 45
46 extern m_option_t dxr2_opts[]; 46 extern m_option_t dxr2_opts[];
47 47
48 extern char * skinName; 48 extern char * skinName;
49 extern int guiWinID; 49 extern int guiWinID;
52 /* from libvo/aspect.c */ 52 /* from libvo/aspect.c */
53 extern float force_monitor_aspect; 53 extern float force_monitor_aspect;
54 extern float monitor_pixel_aspect; 54 extern float monitor_pixel_aspect;
55 55
56 extern int sws_flags; 56 extern int sws_flags;
57 extern int readPPOpt(void *conf, char *arg); 57 int readPPOpt(void *conf, char *arg);
58 extern void revertPPOpt(void *conf, char* opt); 58 void revertPPOpt(void *conf, char* opt);
59 extern char* pp_help; 59 extern char* pp_help;
60 60
61 const m_option_t vd_conf[]={ 61 const m_option_t vd_conf[]={
62 {"help", "Use MPlayer with an appropriate video file instead of live partners to avoid vd.\n", CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL}, 62 {"help", "Use MPlayer with an appropriate video file instead of live partners to avoid vd.\n", CONF_TYPE_PRINT, CONF_NOCFG|CONF_GLOBAL, 0, 0, NULL},
63 {NULL, NULL, 0, 0, 0, 0, NULL} 63 {NULL, NULL, 0, 0, 0, 0, NULL}