repo.or.cz
/
mplayer
/
glamo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
force cdg to lavf demuxer in extensions.c, misdetected as mpeg otherwise
[mplayer/glamo.git]
/
sub_cc.h
blob
344fbbab77b5f6db42e923a93d63062fe910a752
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 */
10