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-04-01 14:32:20 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-04-01 14:32:20 +0400
commit6ed2d7664f088c0cd95daf045389d899dc9d6c3e (patch)
tree0404f2d2382532615b5fb3e0b893a1b8acfabbd4 /src/Subtitles
parentd5eda1da3c3f03680e8235c970504ce4fed74378 (diff)
update changelog, apply astyle
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4233 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/Subtitles')
-rw-r--r--src/Subtitles/DVBSub.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Subtitles/DVBSub.cpp b/src/Subtitles/DVBSub.cpp
index a736fd1fb..5e4bdebba 100644
--- a/src/Subtitles/DVBSub.cpp
+++ b/src/Subtitles/DVBSub.cpp
@@ -233,7 +233,7 @@ HRESULT CDVBSub::ParseSample(IMediaSample* pSample)
while (!gb.IsEOF()) {
if (gb.ReadByte() == 0x0F) {
TRACE_DVB ("DVB - ParseSample\n");
-
+
WORD wPageId;
WORD wSegLength;
@@ -252,7 +252,7 @@ HRESULT CDVBSub::ParseSample(IMediaSample* pSample)
ParsePage(gb, wSegLength, pPage);
if (pPage->PageState == DPS_ACQUISITION) {
- if(m_pCurrentPage != NULL) {
+ if (m_pCurrentPage != NULL) {
m_pCurrentPage->rtStop = max(m_pCurrentPage->rtStop, m_rtStart);
m_Pages.AddTail (m_pCurrentPage.Detach());
}