summaryrefslogtreecommitdiffstats
path: root/libswscale/yuv2rgb.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-05 10:18:27 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-07-05 10:18:27 +0000
commit2375a9207d33bf704b8df208e3f0a2995775e9ec (patch)
treee7d4e1eba0c7d33e7df8207df4f988ae7117cc56 /libswscale/yuv2rgb.c
parent50a2b3298393918a80d88118b8cea7ab62f38beb (diff)
downloadmpv-2375a9207d33bf704b8df208e3f0a2995775e9ec.tar.bz2
mpv-2375a9207d33bf704b8df208e3f0a2995775e9ec.tar.xz
Group all copyright and author notices together.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23721 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale/yuv2rgb.c')
-rw-r--r--libswscale/yuv2rgb.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libswscale/yuv2rgb.c b/libswscale/yuv2rgb.c
index 6bd88fdf92..f8c6575150 100644
--- a/libswscale/yuv2rgb.c
+++ b/libswscale/yuv2rgb.c
@@ -9,6 +9,10 @@
*
* 15 & 16 bpp support by Franck Sicard <Franck.Sicard@solsoft.fr>
*
+ * MMX/MMX2 template stuff (needed for fast movntq support),
+ * 1,4,8bpp support and context / deglobalize stuff
+ * by Michael Niedermayer (michaelni@gmx.at)
+ *
* This file is part of mpeg2dec, a free MPEG-2 video decoder
*
* mpeg2dec is free software; you can redistribute it and/or modify
@@ -24,10 +28,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
- *
- * MMX/MMX2 Template stuff from Michael Niedermayer (michaelni@gmx.at) (needed for fast movntq support)
- * 1,4,8bpp support by Michael Niedermayer (michaelni@gmx.at)
- * context / deglobalize stuff by Michael Niedermayer
*/
#include <stdio.h>