[FFmpeg-cvslog] r24300 - in trunk/libavformat: sauce.c sauce.h

Måns Rullgård mans
Sun Jul 18 10:26:49 CEST 2010


pross <subversion at mplayerhq.hu> writes:

> Author: pross
> Date: Sun Jul 18 10:05:04 2010
> New Revision: 24300
>
> Log:
> Add ff_sauce_read()
>
> Added:
>    trunk/libavformat/sauce.c
>    trunk/libavformat/sauce.h
>
> Added: trunk/libavformat/sauce.c
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ trunk/libavformat/sauce.c	Sun Jul 18 10:05:04 2010	(r24300)
> @@ -0,0 +1,99 @@
> +/*
> + * @file
> + * SAUCE header parser

This is not a doxygen comment.  The @file tag should go in a doxy
comment after the licence header.

> + * Copyright (c) 2010 Peter Ross <pross at xvid.org>
> + *
> + * This file is part of FFmpeg.
> + *
> + * FFmpeg 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.
> + *
> + * FFmpeg 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 FFmpeg; if not, write to the Free Software
> + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
> + */

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-cvslog mailing list