annotate sub_cc.h @ 12618:4a2c715ae125

better wording, patch by Sebastian Kr¸«£mer <mail@skraemer.de>
author diego
date Mon, 21 Jun 2004 18:54:02 +0000
parents a3b2f80f3a26
children f580a7755ac5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6784
b38e38b6f88f DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, small changes by me.
atmos4
parents:
diff changeset
1 #ifndef SUB_CC_H
b38e38b6f88f DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, small changes by me.
atmos4
parents:
diff changeset
2 #define SUB_CC_H
b38e38b6f88f DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, small changes by me.
atmos4
parents:
diff changeset
3
6790
arpi
parents: 6784
diff changeset
4 extern int subcc_enabled;
6791
a3b2f80f3a26 codmetics :)
arpi
parents: 6790
diff changeset
5
a3b2f80f3a26 codmetics :)
arpi
parents: 6790
diff changeset
6 void subcc_init();
6784
b38e38b6f88f DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, small changes by me.
atmos4
parents:
diff changeset
7 void subcc_process_data(unsigned char *inputdata,unsigned int len);
b38e38b6f88f DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, small changes by me.
atmos4
parents:
diff changeset
8
b38e38b6f88f DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, small changes by me.
atmos4
parents:
diff changeset
9 #endif /*SUB_CC_H*/
b38e38b6f88f DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, small changes by me.
atmos4
parents:
diff changeset
10