Mercurial > mplayer.hg
view sub_cc.h @ 20797:82cc34c97955
r20648: Document ao_openal.
r20664: Clarify state of openal ao.
r20684: reccomend the usage of :tsaf with :format=dvd in -mpegopts
r20690: consistency/grammar
r20707: spellfix and improvement suggested by Wanderer
r20739: Remove remnants of long-gone libfame.
r20773: - explain lavc lmin option more clearly
- document lavc mblmin and mblmax options
author | kraymer |
---|---|
date | Thu, 09 Nov 2006 14:13:34 +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*/