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-08-08 13:12:50 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-08-08 13:12:50 +0400
commit739c65e2d98f6f83984bb72276893a3441bcbeae (patch)
tree7c0b93c5707d7062b3cfcbb2af992e96cb5bcc43 /include/IKeyFrameInfo.h
parent6fdda95ab1f13ef60ed3e165ef2ba063f108cffc (diff)
updated copyright notice in some of the include files
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2217 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'include/IKeyFrameInfo.h')
-rw-r--r--include/IKeyFrameInfo.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/IKeyFrameInfo.h b/include/IKeyFrameInfo.h
index 8c63034dd..5046f6caa 100644
--- a/include/IKeyFrameInfo.h
+++ b/include/IKeyFrameInfo.h
@@ -1,6 +1,8 @@
/*
- * Copyright (C) 2003-2006 Gabest
- * http://www.gabest.org
+ * $Id$
+ *
+ * (C) 2003-2006 Gabest
+ * (C) 2006-2010 see AUTHORS
*
* 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
@@ -27,4 +29,4 @@ 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;
-}; \ No newline at end of file
+};