X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Finput%2Fdecoder.h;h=bc3499bba4d8bb7ee41b983d781adf77f52fa5fa;hb=a37d20ccf6584fdd3d73b779ed4632ee7231e4f3;hp=d47119de59c81bcdbfe681073337fcebdc7ed3fa;hpb=3d7cbf178fa105b8e132b0edd5423062652298de;p=vlc diff --git a/src/input/decoder.h b/src/input/decoder.h index d47119de59..bc3499bba4 100644 --- a/src/input/decoder.h +++ b/src/input/decoder.h @@ -1,38 +1,38 @@ /***************************************************************************** * decoder.h: Input decoder functions ***************************************************************************** - * Copyright (C) 1998-2008 the VideoLAN team + * Copyright (C) 1998-2008 VLC authors and VideoLAN * Copyright (C) 2008 Laurent Aimar * $Id$ * * Authors: Laurent Aimar * - * 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 - * the Free Software Foundation; either version 2 of the License, or + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation; either version 2.1 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser 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. + * You should have received a copy of the GNU Lesser 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. *****************************************************************************/ -#if defined(__PLUGIN__) || defined(__BUILTIN__) || !defined(__LIBVLC__) -# error This header file can only be included from LibVLC. -#endif - -#ifndef _INPUT_DECODER_H -#define _INPUT_DECODER_H 1 +#ifndef LIBVLC_INPUT_DECODER_H +#define LIBVLC_INPUT_DECODER_H 1 #include #include #define BLOCK_FLAG_CORE_FLUSH (1 <