view sub_cc.h @ 13772:2f12bac746ab

1.147: skipped, typo was fixed earlier 1.148: printf --> mp_msg (divx4_vbr.c, fifo.c, m_config.c) 1.149: skipped, typo was fixed earlier 1.150: no changes done (trailing dots already existed.) File is in sync now.
author kraymer
date Tue, 26 Oct 2004 16:10:16 +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*/