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:
authorclsid2 <clsid2@users.sourceforge.net>2008-07-30 11:45:47 +0400
committerclsid2 <clsid2@users.sourceforge.net>2008-07-30 11:45:47 +0400
commit1f5a7ec9e532abef33d05d86bcb7e21b9285691a (patch)
tree0ef2f4ebe125c01e401653c12cf9ac323c2da4fd /src/subtitles/STS.cpp
parentd9cff1e955e34efbb6ee2a94f80bd06d20a790ed (diff)
Updated FFmpeg
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@708 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/subtitles/STS.cpp')
-rw-r--r--src/subtitles/STS.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subtitles/STS.cpp b/src/subtitles/STS.cpp
index d3425f1fc..e1288b867 100644
--- a/src/subtitles/STS.cpp
+++ b/src/subtitles/STS.cpp
@@ -1579,7 +1579,7 @@ static bool OpenXombieSub(CTextFile* file, CSimpleTextSubtitle& ret, int CharSet
style->fItalic = !!GetInt(buff);
style->fUnderline = !!GetInt(buff);
style->fStrikeOut = !!GetInt(buff);
- style->fBlur = GetInt(buff) ? 1 : 0;;
+ style->fBlur = !!GetInt(buff);
style->fontScaleX = GetFloat(buff);
style->fontScaleY = GetFloat(buff);
style->fontSpacing = GetFloat(buff);