diff sub_cc.h @ 6784:b38e38b6f88f

DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, small changes by me.
author atmos4
date Thu, 25 Jul 2002 03:37:28 +0000
parents
children 414f8c72f6e7
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sub_cc.h	Thu Jul 25 03:37:28 2002 +0000
@@ -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*/
+