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-08-24 00:29:30 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-08-24 00:29:30 +0400
commit438e22c2240f24a7c11e75bbe5ef0e0e1b79b7be (patch)
treeee224ee9b0d5b15ce602cc95557644dec20b233a /src/DSUtil/NullRenderers.cpp
parentda2784737afcb60d9c727f8717ec042ee78db890 (diff)
remove extra space from private, protected and public keywords
Diffstat (limited to 'src/DSUtil/NullRenderers.cpp')
-rw-r--r--src/DSUtil/NullRenderers.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DSUtil/NullRenderers.cpp b/src/DSUtil/NullRenderers.cpp
index d9ec2d955..eab325f92 100644
--- a/src/DSUtil/NullRenderers.cpp
+++ b/src/DSUtil/NullRenderers.cpp
@@ -44,7 +44,7 @@ class CNullVideoRendererInputPin : public CRendererInputPin,
public IDirectXVideoMemoryConfiguration,
public IMFVideoDisplayControl
{
-public :
+public:
CNullVideoRendererInputPin(CBaseRenderer* pRenderer, HRESULT* phr, LPCWSTR Name);
~CNullVideoRendererInputPin() {
if (m_pD3DDeviceManager) {
@@ -106,7 +106,7 @@ public :
STDMETHODIMP SetFullscreen(BOOL fFullscreen) { return E_NOTIMPL; };
STDMETHODIMP GetFullscreen(BOOL* pfFullscreen) { return E_NOTIMPL; };
-private :
+private:
HMODULE m_hDXVA2Lib;
PTR_DXVA2CreateDirect3DDeviceManager9 pfDXVA2CreateDirect3DDeviceManager9;
PTR_DXVA2CreateVideoService pfDXVA2CreateVideoService;