Remove trailing whitespace from most files
[mplayer/glamo.git] / sub_cc.h
blobcf5d1fbcc501303ed62653525fa5bc443a88d87e
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 */