view sub_cc.h @ 9863:4c6c6c361f24

It should now be endian aware. Untested as i only have le box :( Would be cool if someone with a be,le network could test.
author albeu
date Sun, 06 Apr 2003 18:16:11 +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*/