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/IBitRateInfo.h')
-rw-r--r--include/IBitRateInfo.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/IBitRateInfo.h b/include/IBitRateInfo.h
index b9375efb4..b25938389 100644
--- a/include/IBitRateInfo.h
+++ b/include/IBitRateInfo.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("EB2CD9E6-BA08-4acb-AA0F-3D8D0DD521CA"))
-IBitRateInfo :
-public IUnknown {
+ IBitRateInfo :
+ public IUnknown
+{
STDMETHOD_(DWORD, GetCurrentBitRate)() PURE;
STDMETHOD_(DWORD, GetAverageBitRate)() PURE;
};