comparison libswscale/yuv2rgb_template.c @ 23771:1ddf3b0122fb

Remove redundant "all rights reserved" statement, OKed by Walken.
author diego
date Mon, 16 Jul 2007 17:48:02 +0000
parents ca47426999ad
children 00966f09c33b
comparison
equal deleted inserted replaced
23770:4decd04037b4 23771:1ddf3b0122fb
1 /* 1 /*
2 * yuv2rgb_mmx.c, Software YUV to RGB converter with Intel MMX "technology" 2 * yuv2rgb_mmx.c, Software YUV to RGB converter with Intel MMX "technology"
3 * 3 *
4 * Copyright (C) 2000, Silicon Integrated System Corp. 4 * Copyright (C) 2000, Silicon Integrated System Corp.
5 * All Rights Reserved.
6 * 5 *
7 * Author: Olie Lho <ollie@sis.com.tw> 6 * Author: Olie Lho <ollie@sis.com.tw>
8 * 7 *
9 * 15,24 bpp and dithering from Michael Niedermayer (michaelni@gmx.at) 8 * 15,24 bpp and dithering from Michael Niedermayer (michaelni@gmx.at)
10 * MMX/MMX2 Template stuff from Michael Niedermayer (needed for fast movntq support) 9 * MMX/MMX2 Template stuff from Michael Niedermayer (needed for fast movntq support)