view sub_cc.h @ 20060:e3498db83aa9

r20061: document new x264 options through r579. (ssim, interlaced, deadzone_intra/inter) r20060: Remove the x264 option parser, and pass the options on to libx264 as a string instead. (..) r20053: Mark ao_sdl as SDL-only. r20052: Add SDL-specific keys.
author kraymer
date Thu, 05 Oct 2006 09:33:50 +0000
parents f580a7755ac5
children 3baf6a2283da
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*/