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:
authorXhmikosR <xhmikosr@users.sourceforge.net>2012-03-24 21:38:10 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-03-24 21:38:10 +0400
commitc1f725c07ca31e0f1409a25ecb75d3fcc68f3784 (patch)
tree10166bfc864e72f50d25db273665eb06cd07b525 /src/Subtitles
parent99711f96d17f567b2ebfe97a327eeecd0467d623 (diff)
apply astyle
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4179 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/Subtitles')
-rw-r--r--src/Subtitles/DVBSub.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Subtitles/DVBSub.cpp b/src/Subtitles/DVBSub.cpp
index 0e79a212a..8374c5246 100644
--- a/src/Subtitles/DVBSub.cpp
+++ b/src/Subtitles/DVBSub.cpp
@@ -520,7 +520,7 @@ HRESULT CDVBSub::ParseClut(CGolombBuffer& gb, WORD wSegLength)
pClut->Palette[entry_id].Cb = (BYTE)gb.BitRead(4)<<4;
pClut->Palette[entry_id].T = 0xff-((BYTE)gb.BitRead(2)<<6);
}
- if(!pClut->Palette[entry_id].Y) {
+ if (!pClut->Palette[entry_id].Y) {
pClut->Palette[entry_id].Cr = pClut->Palette[entry_id].Cb = 0;
}