summaryrefslogtreecommitdiffstats
path: root/sub_cc.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-25 16:39:22 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-25 16:39:22 +0000
commitfd031ad208f823de138f574da81484bc23b320dc (patch)
tree081852570190685225fed15eed9925527e832c2d /sub_cc.h
parent3549a86316204f0e47822a68f15c34d548a90851 (diff)
downloadmpv-fd031ad208f823de138f574da81484bc23b320dc.tar.bz2
mpv-fd031ad208f823de138f574da81484bc23b320dc.tar.xz
codmetics :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6792 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'sub_cc.h')
-rw-r--r--sub_cc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sub_cc.h b/sub_cc.h
index d6be74fd14..837e9c3fd0 100644
--- a/sub_cc.h
+++ b/sub_cc.h
@@ -2,6 +2,8 @@
#define SUB_CC_H
extern int subcc_enabled;
+
+void subcc_init();
void subcc_process_data(unsigned char *inputdata,unsigned int len);
#endif /*SUB_CC_H*/