2002-07-25 03:37:28 +00:00
|
|
|
#ifndef SUB_CC_H
|
|
|
|
#define SUB_CC_H
|
|
|
|
|
2002-07-25 15:32:29 +00:00
|
|
|
extern int subcc_enabled;
|
2002-07-25 16:39:22 +00:00
|
|
|
|
|
|
|
void subcc_init();
|
2002-07-25 03:37:28 +00:00
|
|
|
void subcc_process_data(unsigned char *inputdata,unsigned int len);
|
|
|
|
|
|
|
|
#endif /*SUB_CC_H*/
|
|
|
|
|