vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | 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 <[email protected]> + * 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> _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
