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

extern int subcc_enabled;

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

#endif /* MPLAYER_SUB_CC_H */