summaryrefslogtreecommitdiff
path: root/src/libreal
diff options
context:
space:
mode:
Diffstat (limited to 'src/libreal')
-rw-r--r--src/libreal/real_common.c2
-rw-r--r--src/libreal/real_common.h2
-rw-r--r--src/libreal/xine_real_audio_decoder.c2
-rw-r--r--src/libreal/xine_real_video_decoder.c2
4 files changed, 0 insertions, 8 deletions
diff --git a/src/libreal/real_common.c b/src/libreal/real_common.c
index 88036f169..fcd0fac8f 100644
--- a/src/libreal/real_common.c
+++ b/src/libreal/real_common.c
@@ -17,8 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
- * $Id: real_common.c,v 1.12 2007/03/17 15:45:41 dgp85 Exp $
- *
* Common function for the thin layer to use Real binary-only codecs in xine
*/
diff --git a/src/libreal/real_common.h b/src/libreal/real_common.h
index 62758d435..1e3d8c264 100644
--- a/src/libreal/real_common.h
+++ b/src/libreal/real_common.h
@@ -17,8 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
- * $Id: real_common.h,v 1.7 2007/03/17 15:45:41 dgp85 Exp $
- *
* Common function for the thin layer to use Real binary-only codecs in xine
*/
diff --git a/src/libreal/xine_real_audio_decoder.c b/src/libreal/xine_real_audio_decoder.c
index 69bb596e4..1b21de2d0 100644
--- a/src/libreal/xine_real_audio_decoder.c
+++ b/src/libreal/xine_real_audio_decoder.c
@@ -17,8 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
- * $Id: audio_decoder.c,v 1.59 2007/03/17 15:45:41 dgp85 Exp $
- *
* thin layer to use real binary-only codecs in xine
*
* code inspired by work from Florian Schneider for the MPlayer Project
diff --git a/src/libreal/xine_real_video_decoder.c b/src/libreal/xine_real_video_decoder.c
index 2af79bb95..d68c7390e 100644
--- a/src/libreal/xine_real_video_decoder.c
+++ b/src/libreal/xine_real_video_decoder.c
@@ -17,8 +17,6 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
*
- * $Id: xine_decoder.c,v 1.93 2007/03/17 15:45:41 dgp85 Exp $
- *
* thin layer to use real binary-only codecs in xine
*
* code inspired by work from Florian Schneider for the MPlayer Project