summaryrefslogtreecommitdiffstats
path: root/sub_cc.h
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-25 03:37:28 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-25 03:37:28 +0000
commit7549813fbe9422de0d5632239d3d9fb5dd69df13 (patch)
treeba945abcb51fe633fecd429f8fba12b2d69bd7c5 /sub_cc.h
parente0d8d0061611045c7d44ba4dbe1fe333e7fea4a6 (diff)
downloadmpv-7549813fbe9422de0d5632239d3d9fb5dd69df13.tar.bz2
mpv-7549813fbe9422de0d5632239d3d9fb5dd69df13.tar.xz
DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, small changes by me.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6785 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'sub_cc.h')
-rw-r--r--sub_cc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sub_cc.h b/sub_cc.h
new file mode 100644
index 0000000000..8c808a6e5d
--- /dev/null
+++ b/sub_cc.h
@@ -0,0 +1,7 @@
+#ifndef SUB_CC_H
+#define SUB_CC_H
+
+void subcc_process_data(unsigned char *inputdata,unsigned int len);
+
+#endif /*SUB_CC_H*/
+