view sub_cc.h @ 25783:8d46379da327

Extend the precision of rationale conversion so it would give proper result for framerate 60000/1001 . Otherwise framerate restrained encoders like lavc mpeg2video would refuse to encode, even if -ofps 60000/1001 is given.
author iive
date Sat, 19 Jan 2008 23:19:41 +0000
parents 3baf6a2283da
children 4129c8cfa742
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 */