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
consistency cosmetics
[mplayer/greg.git]
/
libass
/
mputils.h
blob
50c52cb0e0ab983cf722ea6d2f6f4ff85f7ce995
1
#ifndef ASS_MPUTILS_H
2
#define ASS_MPUTILS_H
3
4
#include
"mp_msg.h"
5
#include
"help_mp.h"
6
#include
"libvo/font_load.h"
// for blur()
7
#include
"subreader.h"
// for guess_buffer_cp
8
#include
"libvo/sub.h"
// for utf8_get_char
9
#include
"libavutil/common.h"
10
11
#endif
/* ASS_MPUTILS_H */