comparison cyuv.c @ 5214:470601203f44 libavcodec

Group all copyright and author notices together.
author diego
date Thu, 05 Jul 2007 10:37:29 +0000
parents f99e40a7155b
children 6d95434fa51a
comparison
equal deleted inserted replaced
5213:4738fae7555a 5214:470601203f44
1 /* 1 /*
2 * Creative YUV (CYUV) Video Decoder
3 * by Mike Melanson (melanson@pcisys.net)
4 * based on "Creative YUV (CYUV) stream format for AVI":
5 * http://www.csse.monash.edu.au/~timf/videocodec/cyuv.txt
2 * 6 *
3 * Copyright (C) 2003 the ffmpeg project 7 * Copyright (C) 2003 the ffmpeg project
4 * 8 *
5 * This file is part of FFmpeg. 9 * This file is part of FFmpeg.
6 * 10 *
15 * Lesser General Public License for more details. 19 * Lesser General Public License for more details.
16 * 20 *
17 * You should have received a copy of the GNU Lesser General Public 21 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 22 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 *
21 * Creative YUV (CYUV) Video Decoder
22 * by Mike Melanson (melanson@pcisys.net)
23 * based on "Creative YUV (CYUV) stream format for AVI":
24 * http://www.csse.monash.edu.au/~timf/videocodec/cyuv.txt
25 *
26 */ 24 */
27 25
28 /** 26 /**
29 * @file cyuv.c 27 * @file cyuv.c
30 * Creative YUV (CYUV) Video Decoder. 28 * Creative YUV (CYUV) Video Decoder.