view 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 source

#ifndef SUB_CC_H
#define SUB_CC_H

void subcc_process_data(unsigned char *inputdata,unsigned int len);

#endif /*SUB_CC_H*/