Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasimir666 <casimir666@users.sourceforge.net>2008-08-24 18:17:18 +0400
committerCasimir666 <casimir666@users.sourceforge.net>2008-08-24 18:17:18 +0400
commit86abba5bc0b4e11513834dae2a3fb4bcdfe88d6c (patch)
tree78a540e6e7e14204c97bae67505d2c462e335181 /src/subtitles/Rasterizer.h
parent4b87d1475576305cad034bc7e8079d8eab1ed6a9 (diff)
NEW : Support for M2TS presentation graphics streams (subtitles)
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@753 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/subtitles/Rasterizer.h')
-rw-r--r--src/subtitles/Rasterizer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/subtitles/Rasterizer.h b/src/subtitles/Rasterizer.h
index c870a156b..fe82d57e9 100644
--- a/src/subtitles/Rasterizer.h
+++ b/src/subtitles/Rasterizer.h
@@ -87,5 +87,6 @@ public:
void DeleteOutlines();
bool Rasterize(int xsub, int ysub, int fBlur, double fGaussianBlur);
CRect Draw(SubPicDesc& spd, CRect& clipRect, byte* pAlphaMask, int xsub, int ysub, const long* switchpts, bool fBody, bool fBorder);
+ void FillSolidRect(SubPicDesc& spd, int x, int y, int nWidth, int nHeight, long lColor, long lAlpha);
};