X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fdemux%2Fpva.c;h=5f9d138969d635fb6fb85e3dd68faad1db26f41a;hb=253460107b425df38ae34d3e3e401955adaa972a;hp=49468ab19ae5705a0c877fbd0ab360e09f730746;hpb=85b29bdc288a1573d43bd524908be5748a9b3640;p=vlc diff --git a/modules/demux/pva.c b/modules/demux/pva.c index 49468ab19a..5f9d138969 100644 --- a/modules/demux/pva.c +++ b/modules/demux/pva.c @@ -1,7 +1,7 @@ /***************************************************************************** * pva.c: PVA demuxer ***************************************************************************** - * Copyright (C) 2004 VideoLAN (Centrale Réseaux) and its contributors + * Copyright (C) 2004 the VideoLAN team * $Id$ * * Authors: Laurent Aimar @@ -18,7 +18,7 @@ * * 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., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ /***************************************************************************** @@ -27,11 +27,7 @@ #include /* malloc(), free() */ #include -#include - -/* TODO: - * - ... - */ +#include /***************************************************************************** * Module descriptor