[Ffmpeg-devel] [RFC] TIFF image decoder

Diego Biurrun diego
Wed Oct 11 17:00:30 CEST 2006


On Wed, Oct 11, 2006 at 05:58:56PM +0300, Kostya wrote:
> Here is another image format support. For now it's 24-bpp only.

> --- libavcodec/tiff.c	(revision 0)
> +++ libavcodec/tiff.c	(revision 0)
> @@ -0,0 +1,425 @@
> +/*
> + * TIFF image decoder
> + * Copyright (c) 2006 Konstantin Shishkov
> + *
> + * This library 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 of the License, or (at your option) any later version.
> + *
> + * This library 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
> + * Lesser General Public License for more details.
> + *
> + * You should have received a copy of the GNU Lesser General Public
> + * License along with this library; if not, write to the Free Software
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
> + */

Please fix the license header to conform to the other ones.

Diego




More information about the ffmpeg-devel mailing list