]> git.sesse.net Git - vlc/blobdiff - src/video_output/video_yuv_mmx.S
. Fixed a segfault
[vlc] / src / video_output / video_yuv_mmx.S
index 1b03d86138049d84e12ffda18ac35558689bce45..d8c906470b75d2cb944eb02609b81482a6e69b6c 100644 (file)
@@ -1,7 +1,26 @@
 /*****************************************************************************
  * video_yuv_mmx.S: YUV transformation, optimized for MMX processors
- * (c)1999 VideoLAN
  *****************************************************************************
+ * Copyright (C) 1999, 2000 VideoLAN
+ * 
+ * Authors:
+ * 
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ * 
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ *****************************************************************************/
+
+/*****************************************************************************
  * Following functions are defined:
  * vout_YUV420_16_MMX
  *            This function performs YUV12-to-RGB16 color conversion for H26x.