comparison cfg-mplayer.h @ 30593:8fccdda74db0

Add header for functions exported from vo_zr.c and use it appropriately.
author diego
date Thu, 18 Feb 2010 10:19:42 +0000
parents 66e27086f326
children 32725ca88fed
comparison
equal deleted inserted replaced
30592:66e27086f326 30593:8fccdda74db0
22 /* 22 /*
23 * config for cfgparser 23 * config for cfgparser
24 */ 24 */
25 25
26 #include "cfg-common.h" 26 #include "cfg-common.h"
27 #include "libvo/vo_zr.h"
27 28
28 extern int key_fifo_size; 29 extern int key_fifo_size;
29 extern unsigned doubleclick_time; 30 extern unsigned doubleclick_time;
30 31
31 extern char *fb_mode_cfgfile; 32 extern char *fb_mode_cfgfile;
55 extern char *menu_fribidi_charset; 56 extern char *menu_fribidi_charset;
56 extern int menu_flip_hebrew; 57 extern int menu_flip_hebrew;
57 extern int menu_fribidi_flip_commas; 58 extern int menu_fribidi_flip_commas;
58 59
59 extern char *unrar_executable; 60 extern char *unrar_executable;
60
61 int vo_zr_parseoption(const m_option_t* conf, char *opt, char * param);
62 void vo_zr_revertoption(const m_option_t* opt,char* pram);
63 61
64 extern m_option_t dxr2_opts[]; 62 extern m_option_t dxr2_opts[];
65 63
66 extern char * skinName; 64 extern char * skinName;
67 extern int guiWinID; 65 extern int guiWinID;