view sub_cc.h @ 11129:9a941857969a

I found that the tdfxfb video output driver doesn't work when compiled with gcc 3.x. The OSD works fine, but the video size is not adjusted properly (it is always the same size as a console character). This patch corrects it (at least it works on my system). Tested with gcc 3.3.1 and gcc 2.95.4. patch by Jes«ās S«”nchez <gusanje@yahoo.es>
author attila
date Wed, 15 Oct 2003 16:50:27 +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*/