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
Replace libavutil internal header #includes with MPlayer copies
[mplayer.git]
/
sub_cc.h
blob
cf5d1fbcc501303ed62653525fa5bc443a88d87e
1
#ifndef MPLAYER_SUB_CC_H
2
#define MPLAYER_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
/* MPLAYER_SUB_CC_H */