summaryrefslogtreecommitdiff
path: root/src/libxineadec
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-11-14 21:55:11 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-11-14 21:55:11 +0100
commit9aab0fa061a6c0ce3f83c28732a37fce7c6cb289 (patch)
treed60295ef743a05e3239d802004a30469b8ce2deb /src/libxineadec
parentc813dd036abc7286138f62dc04dc9098c10ceede (diff)
parent0ae296e7cb050cbc42f78feaccf3050e068cb152 (diff)
downloadxine-lib-9aab0fa061a6c0ce3f83c28732a37fce7c6cb289.tar.gz
xine-lib-9aab0fa061a6c0ce3f83c28732a37fce7c6cb289.tar.bz2
Merge changes.
Diffstat (limited to 'src/libxineadec')
-rw-r--r--src/libxineadec/fooaudio.c2
-rw-r--r--src/libxineadec/gsm610.c3
-rw-r--r--src/libxineadec/xine_a52_decoder.c2
-rw-r--r--src/libxineadec/xine_faad_decoder.c3
-rw-r--r--src/libxineadec/xine_mad_decoder.c2
5 files changed, 0 insertions, 12 deletions
diff --git a/src/libxineadec/fooaudio.c b/src/libxineadec/fooaudio.c
index 2174f1799..5ab4fa1f6 100644
--- a/src/libxineadec/fooaudio.c
+++ b/src/libxineadec/fooaudio.c
@@ -20,8 +20,6 @@
* fooaudio.c: This is a reference audio decoder for the xine multimedia
* player. It really works too! It will output a continuous sine wave in
* place of the data it should actually send.
- *
- * $Id: fooaudio.c,v 1.18 2006/07/10 22:08:43 dgp85 Exp $
*/
#include <stdio.h>
diff --git a/src/libxineadec/gsm610.c b/src/libxineadec/gsm610.c
index f54c56924..84d28cc3a 100644
--- a/src/libxineadec/gsm610.c
+++ b/src/libxineadec/gsm610.c
@@ -43,9 +43,6 @@
* Jutta Degener
* Carsten Bormann
* --------------------------------------------------------------------
- *
- * $Id: gsm610.c,v 1.19 2006/07/10 22:08:43 dgp85 Exp $
- *
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/libxineadec/xine_a52_decoder.c b/src/libxineadec/xine_a52_decoder.c
index 35e34eb57..bb4bdba29 100644
--- a/src/libxineadec/xine_a52_decoder.c
+++ b/src/libxineadec/xine_a52_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.81 2007/02/20 00:34:57 dgp85 Exp $
- *
* stuff needed to turn liba52 into a xine decoder plugin
*/
diff --git a/src/libxineadec/xine_faad_decoder.c b/src/libxineadec/xine_faad_decoder.c
index f9a16541d..4a2097ec4 100644
--- a/src/libxineadec/xine_faad_decoder.c
+++ b/src/libxineadec/xine_faad_decoder.c
@@ -16,9 +16,6 @@
* You should have received a copy of the GNU General Public License
* 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.49 2007/02/20 00:34:57 dgp85 Exp $
- *
*/
#include <stdlib.h>
diff --git a/src/libxineadec/xine_mad_decoder.c b/src/libxineadec/xine_mad_decoder.c
index 6b13052c5..2057505e8 100644
--- a/src/libxineadec/xine_mad_decoder.c
+++ b/src/libxineadec/xine_mad_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.57 2006/07/10 22:08:29 dgp85 Exp $
- *
* stuff needed to turn libmad into a xine decoder plugin
*/