[Ffmpeg-devel] [PATCH] mtv demuxer genesis

Diego Biurrun diego
Sun Oct 8 10:30:39 CEST 2006


On Sun, Oct 08, 2006 at 04:04:14AM -0400, Reynaldo H. Verdejo Pinochet wrote:
> 
> This is my first attempt at writing a lavf demuxer so any comment
> will be more than welcome, im sure there are a lot of improvements
> and corrections to be made to the code.
> 
> --- /dev/null	2006-10-03 14:00:31.500904688 -0400
> +++ ./libavformat/mtv.c	2006-10-08 03:39:35.000000000 -0400
> @@ -0,0 +1,243 @@
> +/*
> + * MTV (.mtv) File Demuxer

What does MTV stand for?  BTW, this format does not yet have an entry in
the multimedia Wiki.

> + * Copyright (c) 2006 The ffmpeg Project

There is no such legal entity so I suggest you put yourself in there
instead.

> + * 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
> + */

This license header is slightly wrong, see the changes I made to all
license headers yesterday.

Diego





More information about the ffmpeg-devel mailing list