view sub_cc.h @ 15437:47b89c96e56c

1.917: precise framerate values everywhere 1.918: -speed is now available for MEncoder as well. 1.919: nitpicks (skipped) 1.920: -speed and -oac copy may fail together. 1.921: MEncoder now supports multiple files. 1.922: Mark tfields default mode as such. (skipped) 1.923: Fixes and improves the description of vqcomp.
author kraymer
date Fri, 13 May 2005 16:28:36 +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*/