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-06-17 13:19:29 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-06-17 13:19:29 +0400
commit05ae14b6774962222f6624153e85e620e627eb21 (patch)
treeb03735f71f3726f4974e23c1cac4032196e9a61d /src/filters/muxer/MatroskaMuxer/MatroskaMuxer.h
parentaee8c39b52335feb13ef72201686b70ae8a0d4cd (diff)
keep one line statements, various indentation cosmetics
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5155 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/muxer/MatroskaMuxer/MatroskaMuxer.h')
-rw-r--r--src/filters/muxer/MatroskaMuxer/MatroskaMuxer.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/filters/muxer/MatroskaMuxer/MatroskaMuxer.h b/src/filters/muxer/MatroskaMuxer/MatroskaMuxer.h
index 5dcf9d4d2..a71f9f163 100644
--- a/src/filters/muxer/MatroskaMuxer/MatroskaMuxer.h
+++ b/src/filters/muxer/MatroskaMuxer/MatroskaMuxer.h
@@ -49,9 +49,7 @@ public:
DECLARE_IUNKNOWN;
STDMETHODIMP NonDelegatingQueryInterface(REFIID riid, void** ppv);
- MatroskaWriter::TrackEntry* GetTrackEntry() {
- return m_pTE;
- }
+ MatroskaWriter::TrackEntry* GetTrackEntry() { return m_pTE; }
REFERENCE_TIME m_rtDur;