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:
Diffstat (limited to 'include/IBufferInfo.h')
-rw-r--r--include/IBufferInfo.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/IBufferInfo.h b/include/IBufferInfo.h
index 9b5c10a1b..ca6133b12 100644
--- a/include/IBufferInfo.h
+++ b/include/IBufferInfo.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,8 +22,9 @@
#pragma once
interface __declspec(uuid("46070104-1318-4A82-8822-E99AB7CD15C1"))
-IBufferInfo :
-public IUnknown {
+ IBufferInfo :
+ public IUnknown
+{
STDMETHOD_(int, GetCount()) = 0;
STDMETHOD(GetStatus(int i, int& samples, int& size)) = 0;
STDMETHOD_(DWORD, GetPriority()) = 0;