Mercurial > mplayer.hg
diff libass/ass_cache.h @ 19848:07be98a5dd5f
Add \be (blur edges) support to libass.
| author | eugeni |
|---|---|
| date | Sat, 16 Sep 2006 13:32:46 +0000 |
| parents | bcc792bfa431 |
| children | 70352570e9ae |
line wrap: on
line diff
--- a/libass/ass_cache.h Sat Sep 16 13:32:19 2006 +0000 +++ b/libass/ass_cache.h Sat Sep 16 13:32:46 2006 +0000 @@ -26,6 +26,7 @@ int index; // glyph index in the face unsigned outline; // border width, 16.16 fixed point value int bold, italic; + char be; // blur edges // the following affects bitmap glyphs only unsigned scale_x, scale_y; // 16.16
