view sub_cc.h @ 18120:1307befe7f85

1.1257: Fix and improve xinerama support 1.1256: new monitorpixelaspect option, esp. useful for xinerama setups with upcoming patch 1.1255: [does not apply] 1.1254: -ao pcm:fast suboption for faster-than-realtime dumping
author kraymer
date Sun, 16 Apr 2006 20:27:35 +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*/