view sub_cc.h @ 13940:8b38ccbfe2dc

Sync with 1.805: 1.805: allow forcing of software volume control and setting maximum amplification. 1.804: update description of lavc's keyint, vb_strategy, and mbqmin. 1.803 (done by Diego) 1.802: Mention unichrome_vid in the list of VIDIX drivers patch by Timothy Lee <timothy dot lee at siriushk dot com>
author gpoirier
date Sun, 14 Nov 2004 14:27:51 +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*/