Mercurial > mplayer.hg
annotate libass/mputils.h @ 22159:6d8f2be532d4
Quick hack mostly for documentation purposes to make -aid work with mms://
Sample: mms://212.191.227.121/308gwY8TZqvHUpsq4dbZnsijbiCi9j3KsguBrfbm2FiDMlBadHuF0g0%2b1%2bUKG84F2Sl6DVTxHNtNuMxa%2f55j0imtiKswx8ev7cEYxvNuAlSBioF3nYmzTAM71xKiTHjM6%2fqejrQgFg7srIdntNoIw%2fyw%3d%3d/1
author | reimar |
---|---|
date | Thu, 08 Feb 2007 17:03:24 +0000 |
parents | 6196ba31e97e |
children | 3f0d00abc073 |
rev | line source |
---|---|
21026
d138463e820b
Collect all includes of mplayer headers in libass in a single file (mputils.h).
eugeni
parents:
diff
changeset
|
1 #ifndef __ASS_MPUTILS_H__ |
d138463e820b
Collect all includes of mplayer headers in libass in a single file (mputils.h).
eugeni
parents:
diff
changeset
|
2 #define __ASS_MPUTILS_H__ |
d138463e820b
Collect all includes of mplayer headers in libass in a single file (mputils.h).
eugeni
parents:
diff
changeset
|
3 |
d138463e820b
Collect all includes of mplayer headers in libass in a single file (mputils.h).
eugeni
parents:
diff
changeset
|
4 #include "mp_msg.h" |
21066 | 5 #include "help_mp.h" |
21026
d138463e820b
Collect all includes of mplayer headers in libass in a single file (mputils.h).
eugeni
parents:
diff
changeset
|
6 #include "libvo/font_load.h" // for blur() |
d138463e820b
Collect all includes of mplayer headers in libass in a single file (mputils.h).
eugeni
parents:
diff
changeset
|
7 #include "subreader.h" // for guess_buffer_cp |
d138463e820b
Collect all includes of mplayer headers in libass in a single file (mputils.h).
eugeni
parents:
diff
changeset
|
8 #include "libvo/sub.h" // for utf8_get_char |
d138463e820b
Collect all includes of mplayer headers in libass in a single file (mputils.h).
eugeni
parents:
diff
changeset
|
9 #include "libavutil/common.h" |
d138463e820b
Collect all includes of mplayer headers in libass in a single file (mputils.h).
eugeni
parents:
diff
changeset
|
10 |
d138463e820b
Collect all includes of mplayer headers in libass in a single file (mputils.h).
eugeni
parents:
diff
changeset
|
11 #endif |