Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
c48875b3
Commit
c48875b3
authored
Nov 01, 2011
by
Jean-Baptiste Kempf
Browse files
Twolame: fix copyright header, and remove unnecessary includes
parent
a210fe16
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/codec/twolame.c
View file @
c48875b3
/*****************************************************************************
* 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@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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment