X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fvideo_chroma%2Fi420_rgb_c.h;h=e33186f22dcbf7d2c935b4ad01f6aac9f135eaac;hb=b50c7652c71962d64df75ec60a901131e577fdc7;hp=1387fcef342aaa63ac1025f695ef981b2c363124;hpb=19ea8feb6db01c1deafb19f35ecee8eff81aeb02;p=vlc diff --git a/modules/video_chroma/i420_rgb_c.h b/modules/video_chroma/i420_rgb_c.h index 1387fcef34..e33186f22d 100644 --- a/modules/video_chroma/i420_rgb_c.h +++ b/modules/video_chroma/i420_rgb_c.h @@ -1,28 +1,27 @@ /***************************************************************************** - * chroma_common.h: YUV transformation functions + * i420_rgb_c.h: YUV transformation functions * Provides functions to perform the YUV conversion. The functions provided here * are a complete and portable C implementation, and may be replaced in certain * case by optimized functions. ***************************************************************************** - * Copyright (C) 1999, 2000 VideoLAN - * $Id: i420_rgb_c.h,v 1.1 2002/08/04 17:23:43 sam Exp $ + * Copyright (C) 1999, 2000 VLC authors and VideoLAN + * $Id$ * * Authors: Vincent Seguin * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * 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 library is distributed in the hope that it will be useful, + * 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 - * Library 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 Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, 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. *****************************************************************************/ /*****************************************************************************