summaryrefslogtreecommitdiffstats
path: root/loader/dshow
diff options
context:
space:
mode:
Diffstat (limited to 'loader/dshow')
-rw-r--r--loader/dshow/DS_Filter.c6
-rw-r--r--loader/dshow/allocator.c6
-rw-r--r--loader/dshow/cmediasample.c6
-rw-r--r--loader/dshow/inputpin.c6
-rw-r--r--loader/dshow/iunk.h6
-rw-r--r--loader/dshow/outputpin.c5
6 files changed, 35 insertions, 0 deletions
diff --git a/loader/dshow/DS_Filter.c b/loader/dshow/DS_Filter.c
index ccc45bcb89..456bd53156 100644
--- a/loader/dshow/DS_Filter.c
+++ b/loader/dshow/DS_Filter.c
@@ -1,3 +1,9 @@
+/*
+ * Modified for use with MPlayer, detailed CVS changelog at
+ * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ */
+
#include "config.h"
#include "DS_Filter.h"
#include "driver.h"
diff --git a/loader/dshow/allocator.c b/loader/dshow/allocator.c
index 379b859d4c..23431ac48c 100644
--- a/loader/dshow/allocator.c
+++ b/loader/dshow/allocator.c
@@ -1,3 +1,9 @@
+/*
+ * Modified for use with MPlayer, detailed CVS changelog at
+ * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ */
+
#include "config.h"
#include "allocator.h"
#include "com.h"
diff --git a/loader/dshow/cmediasample.c b/loader/dshow/cmediasample.c
index 8c0015e027..4f39e20144 100644
--- a/loader/dshow/cmediasample.c
+++ b/loader/dshow/cmediasample.c
@@ -1,3 +1,9 @@
+/*
+ * Modified for use with MPlayer, detailed CVS changelog at
+ * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ */
+
#include "cmediasample.h"
#include "wine/winerror.h"
#include <stdio.h>
diff --git a/loader/dshow/inputpin.c b/loader/dshow/inputpin.c
index 8b6a1e8693..09d6b9eae4 100644
--- a/loader/dshow/inputpin.c
+++ b/loader/dshow/inputpin.c
@@ -1,3 +1,9 @@
+/*
+ * Modified for use with MPlayer, detailed CVS changelog at
+ * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ */
+
#include "inputpin.h"
#include "wine/winerror.h"
#include <string.h>
diff --git a/loader/dshow/iunk.h b/loader/dshow/iunk.h
index 83ccac5cb3..47e8827823 100644
--- a/loader/dshow/iunk.h
+++ b/loader/dshow/iunk.h
@@ -1,3 +1,9 @@
+/*
+ * Modified for use with MPlayer, detailed CVS changelog at
+ * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ */
+
#ifndef DS_IUNK_H
#define DS_IUNK_H
diff --git a/loader/dshow/outputpin.c b/loader/dshow/outputpin.c
index 26d3014ad8..59ca19b668 100644
--- a/loader/dshow/outputpin.c
+++ b/loader/dshow/outputpin.c
@@ -1,3 +1,8 @@
+/*
+ * Modified for use with MPlayer, detailed CVS changelog at
+ * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ */
#include "wine/winerror.h"
#include "wine/windef.h"