comparison libswscale/rgb2rgb_template.c @ 20094:aca9e9783f67

Change license headers to say 'FFmpeg' instead of 'this program'.
author diego
date Sat, 07 Oct 2006 15:33:14 +0000
parents ad7f49a1ba95
children b8fe18a742ce
comparison
equal deleted inserted replaced
20093:e8d2916284f1 20094:aca9e9783f67
6 * Software YUV to RGB convertor 6 * Software YUV to RGB convertor
7 * Written by Nick Kurshev. 7 * Written by Nick Kurshev.
8 * palette & YUV & runtime CPU stuff by Michael (michaelni@gmx.at) 8 * palette & YUV & runtime CPU stuff by Michael (michaelni@gmx.at)
9 * lot of big-endian byteorder fixes by Alex Beregszaszi 9 * lot of big-endian byteorder fixes by Alex Beregszaszi
10 * 10 *
11 * This program is free software; you can redistribute it and/or modify 11 * This file is part of FFmpeg.
12 *
13 * FFmpeg is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by 14 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation; either version 2 of the License, or 15 * the Free Software Foundation; either version 2 of the License, or
14 * (at your option) any later version. 16 * (at your option) any later version.
15 * 17 *
16 * This program is distributed in the hope that it will be useful, 18 * FFmpeg is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details. 21 * GNU General Public License for more details.
20 * 22 *
21 * You should have received a copy of the GNU General Public License 23 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software 24 * along with FFmpeg; if not, write to the Free Software
23 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 25 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
24 */ 26 */
25 27
26 #include <stddef.h> 28 #include <stddef.h>
27 #include <inttypes.h> /* for __WORDSIZE */ 29 #include <inttypes.h> /* for __WORDSIZE */