Get rid of completely pointless vt_doit variable
[mplayer/glamo.git] / sub_cc.h
blob344fbbab77b5f6db42e923a93d63062fe910a752
1 #ifndef MPLAYER_SUB_CC_H
2 #define MPLAYER_SUB_CC_H
4 extern int subcc_enabled;
6 void subcc_init(void);
7 void subcc_process_data(unsigned char *inputdata,unsigned int len);
9 #endif /* MPLAYER_SUB_CC_H */