diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-07-05 10:18:27 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-07-05 10:18:27 +0000 |
commit | c1578479d3ef86fa037a26ea96aed665c216a4ad (patch) | |
tree | 087568f3be2881faab03aa4b22210608c2753e73 /libswscale/yuv2rgb_template.c | |
parent | cacfe026a8b3e375df54d79ef45a9f90d5ddc86f (diff) | |
download | ffmpeg-c1578479d3ef86fa037a26ea96aed665c216a4ad.tar.gz |
Group all copyright and author notices together.
Originally committed as revision 23721 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/yuv2rgb_template.c')
-rw-r--r-- | libswscale/yuv2rgb_template.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libswscale/yuv2rgb_template.c b/libswscale/yuv2rgb_template.c index 66dbf72f18..e3a2b7842e 100644 --- a/libswscale/yuv2rgb_template.c +++ b/libswscale/yuv2rgb_template.c @@ -6,6 +6,10 @@ * * Author: Olie Lho <ollie@sis.com.tw> * + * 15,24 bpp and dithering from Michael Niedermayer (michaelni@gmx.at) + * MMX/MMX2 Template stuff from Michael Niedermayer (needed for fast movntq support) + * context / deglobalize stuff by Michael Niedermayer + * * This file is part of mpeg2dec, a free MPEG-2 video decoder * * mpeg2dec is free software; you can redistribute it and/or modify @@ -21,10 +25,6 @@ * You should have received a copy of the GNU General Public License * along with mpeg2dec; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * - * 15,24 bpp and dithering from Michael Niedermayer (michaelni@gmx.at) - * MMX/MMX2 Template stuff from Michael Niedermayer (needed for fast movntq support) - * context / deglobalize stuff by Michael Niedermayer */ #undef MOVNTQ |