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
synced with r22428
[mplayer/greg.git]
/
libass
/
mputils.h
blob
5ed1be527eba3412c62fec4e6cc3a3558bc82ed3
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