repo.or.cz
/
mplayer.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
10l: comparison of char* ptrs with string literals
[mplayer.git]
/
sub_cc.h
blob
99e70c79206a525ed072964151a84c0e2a6a5045
1
#ifndef SUB_CC_H
2
#define SUB_CC_H
3
4
extern
int
subcc_enabled
;
5
6
void
subcc_init
(
void
);
7
void
subcc_process_data
(
unsigned char
*
inputdata
,
unsigned int
len
);
8
9
#endif
/*SUB_CC_H*/
10