[vlc-commits] Twolame: fix copyright header, and remove unnecessary includes

Jean-Baptiste Kempf git at videolan.org
Tue Nov 1 09:21:37 CET 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Nov  1 09:21:09 2011 +0100| [c48875b31615603d9d2daaa1a1daf161a83e1f2a] | committer: Jean-Baptiste Kempf

Twolame: fix copyright header, and remove unnecessary includes

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c48875b31615603d9d2daaa1a1daf161a83e1f2a
---

 modules/codec/twolame.c |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/modules/codec/twolame.c b/modules/codec/twolame.c
index 98b37e3..91bd55b 100644
--- a/modules/codec/twolame.c
+++ b/modules/codec/twolame.c
@@ -1,11 +1,12 @@
 /*****************************************************************************
  * twolame.c: libtwolame encoder (MPEG-1/2 layer II) module
- *            (using libtwolame from http://users.tpg.com.au/adslblvi/)
+ *            (using libtwolame from http://www.twolame.org/)
  *****************************************************************************
  * Copyright (C) 2004-2005 the VideoLAN team
  * $Id$
  *
  * Authors: Christophe Massiot <massiot at via.ecp.fr>
+ *          Gildas Bazin
  *
  * 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
@@ -18,8 +19,8 @@
  * GNU General Public License for more details.
  *
  * 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-1301, USA.
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 /*****************************************************************************
@@ -32,8 +33,6 @@
 #include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_codec.h>
-#include <vlc_sout.h>
-#include <vlc_aout.h>
 
 #include <twolame.h>
 



More information about the vlc-commits mailing list