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-10 17:29:28 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-04-10 17:29:28 +0400
commit5cad2adbb3af9d2f9bb46c84cec6b2adcd8b2610 (patch)
treeacf98e2af874a17f615f6495e3a4e7e36741c7a5 /src/Subtitles
parentfcbdfae46c3162ea576abc09418828a0758b72d6 (diff)
apply astyle
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4329 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 cbf6e9e7a..d9a000432 100644
--- a/src/Subtitles/DVBSub.cpp
+++ b/src/Subtitles/DVBSub.cpp
@@ -1,7 +1,7 @@
/*
* $Id$
*
- * (C) 2006-2010 see AUTHORS
+ * (C) 2006-2012 see AUTHORS
*
* This file is part of mplayerc.
*
@@ -266,7 +266,7 @@ HRESULT CDVBSub::ParseSample(IMediaSample* pSample)
} else {
TRACE_DVB ("DVB - Page update\n");
- if(m_pCurrentPage && !m_pCurrentPage->RegionCount) {
+ if (m_pCurrentPage && !m_pCurrentPage->RegionCount) {
m_pCurrentPage = pPage;
m_pCurrentPage->rtStart = m_rtStart;
m_pCurrentPage->rtStop = m_pCurrentPage->rtStart + m_pCurrentPage->PageTimeOut * 1000000;