0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/sub_cc.h
2009-07-07 02:34:35 +03:00

10 lines
200 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 */