summaryrefslogtreecommitdiffstats
path: root/sub_cc.h
blob: d6be74fd14a3ee9cf80c1a41e694b1c674aa93df (plain)
1
2
3
4
5
6
7
8
#ifndef SUB_CC_H
#define SUB_CC_H

extern int subcc_enabled;
void subcc_process_data(unsigned char *inputdata,unsigned int len);

#endif /*SUB_CC_H*/