remove useless casts
[mplayer/glamo.git] / sub_cc.h
blobe02ecf98e298ce98946f1872495e2e041c94a75d
1 #ifndef SUB_CC_H
2 #define 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 /* SUB_CC_H */