1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-23 07:12:39 +00:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6791 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-07-25 15:32:29 +00:00
parent e354f2b7c1
commit 3549a86316

View File

@ -1,6 +1,7 @@
#ifndef SUB_CC_H #ifndef SUB_CC_H
#define SUB_CC_H #define SUB_CC_H
extern int subcc_enabled;
void subcc_process_data(unsigned char *inputdata,unsigned int len); void subcc_process_data(unsigned char *inputdata,unsigned int len);
#endif /*SUB_CC_H*/ #endif /*SUB_CC_H*/