view sub_cc.h @ 17361:62dd9493d896

1.1193: [does not apply] 1.1192: minor grammar/punctuation on lavc's keyint option 1.1191: further wording fix for uspp 1.1190: Support vme=8 (iterative overlapped block). 1.1189: Include the snow wavelet comparison functions from DOCS/tech/snow.txt 1.1188: wording 1.1187: Add bidir_refine to lavc's set of options, and document it.
author kraymer
date Wed, 11 Jan 2006 23:03:50 +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*/