view sub_cc.h @ 16391:7a5d36c0633b

MPlayer advanced audio usage guide by Corey Hickey < bugfood-ml AH fatooh POUM org> (please make sure the doc builds fine) Original thread: Date: Sep 4, 2005 1:26 AM Subject: [MPlayer-DOCS] [PATCH] mplayer advanced audio usage guide
author gpoirier
date Sun, 04 Sep 2005 22:29: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*/