view sub_cc.h @ 20562:25c9cd2ac456

trivial sync with r20551 update missing sync tag in ports.xml (r20561) r20571: cvidix tricks, based on patch by Reimar no real change need for r20572
author voroshil
date Wed, 01 Nov 2006 12:27:56 +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*/