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@gmail.com>2017-08-03 10:42:05 +0300
committerKacper Michajłow <kasper93@gmail.com>2017-08-14 00:00:41 +0300
commit82adfbdb6af6c4c0fb7cccf4f9afba511ce862e2 (patch)
tree69ad00ea5abf228d242e71710287d718e6b3e08f /src/filters/muxer/BaseMuxer/BaseMuxerRelatedPin.h
parent1fda105e3b9e5e6c8d2e5254701a8b3761f335ff (diff)
Update to astyle 3.0.1.
Diffstat (limited to 'src/filters/muxer/BaseMuxer/BaseMuxerRelatedPin.h')
-rw-r--r--src/filters/muxer/BaseMuxer/BaseMuxerRelatedPin.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/filters/muxer/BaseMuxer/BaseMuxerRelatedPin.h b/src/filters/muxer/BaseMuxer/BaseMuxerRelatedPin.h
index be749ce97..4a2b8d0f1 100644
--- a/src/filters/muxer/BaseMuxer/BaseMuxerRelatedPin.h
+++ b/src/filters/muxer/BaseMuxer/BaseMuxerRelatedPin.h
@@ -1,6 +1,6 @@
/*
* (C) 2003-2006 Gabest
- * (C) 2006-2013 see Authors.txt
+ * (C) 2006-2013, 2017 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -22,9 +22,10 @@
#pragma once
interface __declspec(uuid("EE6F2741-7DB4-4AAD-A3CB-545208EE4C0A"))
-IBaseMuxerRelatedPin :
-public IUnknown {
- STDMETHOD(SetRelatedPin)(CBasePin * pPin) PURE;
+ IBaseMuxerRelatedPin :
+ public IUnknown
+{
+ STDMETHOD(SetRelatedPin)(CBasePin* pPin) PURE;
STDMETHOD_(CBasePin*, GetRelatedPin)() PURE;
};