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-07-11 19:10:20 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-07-11 19:10:20 +0400
commit4a40d97d7fcd0eea4b40dbdebc96a1f8cab55713 (patch)
tree1a27ff9f5112dd8da47a7acdb0441abce5573f74 /src/filters/transform/Mpeg2DecFilter
parent375c84d37667a8b444f35254dd69fb8b34514c47 (diff)
indentation cosmetics
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5442 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/transform/Mpeg2DecFilter')
-rw-r--r--src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.cpp b/src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.cpp
index cbc68add6..6495b7001 100644
--- a/src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.cpp
+++ b/src/filters/transform/Mpeg2DecFilter/Mpeg2DecFilter.cpp
@@ -1580,7 +1580,7 @@ HRESULT CMpeg2DecOutputPin::DeliverNewSegment(REFERENCE_TIME tStart, REFERENCE_T
// CSubpicInputPin
//
-#define PTS2RT(pts) (10000i64*pts/90)
+#define PTS2RT(pts) (10000i64 * pts / 90)
CSubpicInputPin::CSubpicInputPin(CTransformFilter* pFilter, HRESULT* phr)
: CMpeg2DecInputPin(pFilter, phr, L"SubPicture")