10l: comparison of char* ptrs with string literals
[mplayer.git] / sub_cc.h
blob99e70c79206a525ed072964151a84c0e2a6a5045
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*/