mpv/sub_cc.h

11 lines
201 B
C

#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 */