repo.or.cz
/
mplayer
/
greg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Signal handler messages moved to help_mp, so they can be translated
[mplayer/greg.git]
/
sub_cc.h
blob
837e9c3fd010b39af66c2ddf0bcbabafa0eea791
1
#ifndef SUB_CC_H
2
#define SUB_CC_H
3
4
extern
int
subcc_enabled
;
5
6
void
subcc_init
();
7
void
subcc_process_data
(
unsigned char
*
inputdata
,
unsigned int
len
);
8
9
#endif
/*SUB_CC_H*/
10