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