comparison 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
comparison
equal deleted inserted replaced
6783:798e404931fe 6784:b38e38b6f88f
1 #ifndef SUB_CC_H
2 #define SUB_CC_H
3
4 void subcc_process_data(unsigned char *inputdata,unsigned int len);
5
6 #endif /*SUB_CC_H*/
7