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>2010-07-16 13:37:49 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-07-16 13:37:49 +0400
commitd8a6c5b12570aec119273ed0bf0890784f45d2ac (patch)
tree3e0bf064d68ded54002de78b947b3b8d681aba25 /include/IKeyFrameInfo.h
parent22cd497d1334273d22e954653113a08a1dbb1131 (diff)
-whitespace cleanup
-updated MediaInfoDLL header git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2124 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'include/IKeyFrameInfo.h')
-rw-r--r--include/IKeyFrameInfo.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/include/IKeyFrameInfo.h b/include/IKeyFrameInfo.h
index f17e8b485..8c63034dd 100644
--- a/include/IKeyFrameInfo.h
+++ b/include/IKeyFrameInfo.h
@@ -1,20 +1,20 @@
-/*
- * Copyright (C) 2003-2006 Gabest
- * http://www.gabest.org
+/*
+ * Copyright (C) 2003-2006 Gabest
+ * http://www.gabest.org
*
* This Program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
- *
+ *
* This Program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with GNU Make; see the file COPYING. If not, write to
- * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+ * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
* http://www.gnu.org/copyleft/gpl.html
*
*/
@@ -22,7 +22,8 @@
#pragma once
interface __declspec(uuid("01A5BBD3-FE71-487C-A2EC-F585918A8724"))
-IKeyFrameInfo : public IUnknown
+IKeyFrameInfo :
+public IUnknown
{
STDMETHOD (GetKeyFrameCount) (UINT& nKFs) = 0; // returns S_FALSE when every frame is a keyframe
STDMETHOD (GetKeyFrames) (const GUID* pFormat, REFERENCE_TIME* pKFs, UINT& nKFs /* in, out*/) = 0;