view sub_cc.h @ 15443:b9ef7f81d264

1.936: noluma suboption for vf_pp 1.937: af_center, af_sweep parameter, misc fixes 1.938: af_comp, af_center parameter, some af fixes 1.939: Document af_gate, put af_gate and af_comp at the end, they're untested (broken). 1.940: 10l typo 1.941: Correct description for -tv adevice=...
author kraymer
date Fri, 13 May 2005 20:45:13 +0000
parents a3b2f80f3a26
children f580a7755ac5
line wrap: on
line source

#ifndef SUB_CC_H
#define SUB_CC_H

extern int subcc_enabled;

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

#endif /*SUB_CC_H*/