X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faccess%2Fvcdx%2Fdemux.c;h=8382d79148c35716e234fb42c3fc768d0b91626f;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=37ae4492e89cfbb5a094aeda1fc11238148f8f50;hpb=fe087a38282e93addb25fa9598393e40ea233b09;p=vlc diff --git a/modules/access/vcdx/demux.c b/modules/access/vcdx/demux.c index 37ae4492e8..8382d79148 100644 --- a/modules/access/vcdx/demux.c +++ b/modules/access/vcdx/demux.c @@ -4,7 +4,7 @@ * Copyright (C) 1998-2001 the VideoLAN team * $Id$ * - * Author: Stéphane Borel + * Author: Stéphane Borel * * 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,19 +18,17 @@ * * 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. *****************************************************************************/ /***************************************************************************** * Preamble *****************************************************************************/ -#include -#include -#include #include -#include -#include +#include +#include +#include #ifdef HAVE_UNISTD_H # include @@ -39,7 +37,6 @@ #include #include #include -#include #include #ifdef STRNCASECMP_IN_STRINGS_H @@ -79,7 +76,7 @@ int E_(VCDInit) ( vlc_object_t *p_this ) demux_sys_t * p_demux; printf("++++ VCDInit CALLED\n"); - + if( p_input->stream.i_method != INPUT_METHOD_VCD ) {