[Ffmpeg-devel] logo.so module

Diego Biurrun diego
Sat Oct 14 20:07:23 CEST 2006


On Sat, Oct 14, 2006 at 08:54:57PM +0800, jserv at linux2.cc.ntu.edu.tw wrote:
> 
>   Bob's logo vhook plugin is impressive to me.
> 
> I made a patch based on Bob's work with some changes: 
>   - Remove SegFault when image type is not supported.
>   - Eliminate compilation warnings.
>   - Code cleanup.
> 
> Please take a look over the attachment.
> 
> --- vhook/logo.c	(revision 0)
> +++ vhook/logo.c	(revision 0)
> @@ -0,0 +1,671 @@
> + ******************************************************************************
> + * LICENSE:
> + *
> + * 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
> + *
> + */

I recently cleaned up all license headers in FFmpeg, please fix this one
using the others as a template.  "This library" should be FFmpeg, LGPL
version should be 2.1.

Diego




More information about the ffmpeg-devel mailing list