summaryrefslogtreecommitdiffstats
path: root/loader/dshow
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-27 12:15:27 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-27 12:15:27 +0000
commit2da6e47a62281fdae0958a459247182d0817facf (patch)
treebbb38becee498b7797a8141b77d62874bacf9b78 /loader/dshow
parentaf86efaee02c61782c1f7ea8342a9e13bbf0c212 (diff)
downloadmpv-2da6e47a62281fdae0958a459247182d0817facf.tar.bz2
mpv-2da6e47a62281fdae0958a459247182d0817facf.tar.xz
Remove $Id$ tags, they make diffs between different versions
harder to read than necessary. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25877 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/dshow')
-rw-r--r--loader/dshow/DS_Filter.c1
-rw-r--r--loader/dshow/allocator.c1
-rw-r--r--loader/dshow/cmediasample.c1
-rw-r--r--loader/dshow/inputpin.c1
-rw-r--r--loader/dshow/iunk.h1
-rw-r--r--loader/dshow/outputpin.c1
6 files changed, 0 insertions, 6 deletions
diff --git a/loader/dshow/DS_Filter.c b/loader/dshow/DS_Filter.c
index 086096eac5..88c82aa47f 100644
--- a/loader/dshow/DS_Filter.c
+++ b/loader/dshow/DS_Filter.c
@@ -1,7 +1,6 @@
/*
* Modified for use with MPlayer, detailed changelog at
* http://svn.mplayerhq.hu/mplayer/trunk/
- * $Id$
*/
#include "config.h"
diff --git a/loader/dshow/allocator.c b/loader/dshow/allocator.c
index e68c5e5a2d..4323e4a176 100644
--- a/loader/dshow/allocator.c
+++ b/loader/dshow/allocator.c
@@ -1,7 +1,6 @@
/*
* Modified for use with MPlayer, detailed changelog at
* http://svn.mplayerhq.hu/mplayer/trunk/
- * $Id$
*/
#include "config.h"
diff --git a/loader/dshow/cmediasample.c b/loader/dshow/cmediasample.c
index 53fd8124cd..0c7c25d119 100644
--- a/loader/dshow/cmediasample.c
+++ b/loader/dshow/cmediasample.c
@@ -1,7 +1,6 @@
/*
* Modified for use with MPlayer, detailed changelog at
* http://svn.mplayerhq.hu/mplayer/trunk/
- * $Id$
*/
#include "cmediasample.h"
diff --git a/loader/dshow/inputpin.c b/loader/dshow/inputpin.c
index be455f7a6b..c5aa5eff47 100644
--- a/loader/dshow/inputpin.c
+++ b/loader/dshow/inputpin.c
@@ -1,7 +1,6 @@
/*
* Modified for use with MPlayer, detailed changelog at
* http://svn.mplayerhq.hu/mplayer/trunk/
- * $Id$
*/
#include "inputpin.h"
diff --git a/loader/dshow/iunk.h b/loader/dshow/iunk.h
index d3e58bfed3..e50c09fee5 100644
--- a/loader/dshow/iunk.h
+++ b/loader/dshow/iunk.h
@@ -1,7 +1,6 @@
/*
* Modified for use with MPlayer, detailed changelog at
* http://svn.mplayerhq.hu/mplayer/trunk/
- * $Id$
*/
#ifndef DS_IUNK_H
diff --git a/loader/dshow/outputpin.c b/loader/dshow/outputpin.c
index dd715ef02d..d60ecd4128 100644
--- a/loader/dshow/outputpin.c
+++ b/loader/dshow/outputpin.c
@@ -1,7 +1,6 @@
/*
* Modified for use with MPlayer, detailed changelog at
* http://svn.mplayerhq.hu/mplayer/trunk/
- * $Id$
*/
#include "wine/winerror.h"