view sub_cc.h @ 18492:2156717ad6f9

1.1289: support lavc mv0_threshold 1.1288: Rework the karaoke audio filter section. 1.1287: New karaoke af 1.1286: roff syntax fix 1.1285: like it or not, the vfw options are -(xvfw)opts, not -(vfw)opts
author kraymer
date Sat, 13 May 2006 21:59:18 +0000
parents f580a7755ac5
children 3baf6a2283da
line wrap: on
line source

#ifndef SUB_CC_H
#define SUB_CC_H

extern int subcc_enabled;

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

#endif /*SUB_CC_H*/