repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modified: makefile
[GalaxyCodeBases.git]
/
tools
/
Bilibili
/
danmaku2ass_native
/
danmaku2ass.h
blob
ad74513c8e1c3ffbc540806e1c272977b4f6deb1
1
2
#ifndef bilibili_danmaku2ass_h
3
#define bilibili_danmaku2ass_h
4
5
void
danmaku2ass
(
const char
*
infile
,
const char
*
outfile
,
int
width
,
int
height
,
const char
*
font
,
float
fontsize
,
float
alpha
,
float
duration_marquee
,
float
duration_still
);
6
7
#endif