]> git.sesse.net Git - vlc/blobdiff - modules/video_chroma/i420_rgb.c
Make I420_UYVY/MMX support widths non multiple of 8
[vlc] / modules / video_chroma / i420_rgb.c
index bf9f22f27a3167883ae7f80bde1d0730ed6b30d7..fe9bfb9f92fbea702d3b5fba41233ccd69d37573 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * i420_rgb.c : YUV to bitmap RGB conversion module for vlc
  *****************************************************************************
- * Copyright (C) 2000, 2001, 2004 VideoLAN (Centrale Réseaux) and its contributors
+ * Copyright (C) 2000, 2001, 2004 the VideoLAN team
  * $Id$
  *
  * Author: Sam Hocevar <sam@zoy.org>
@@ -18,7 +18,7 @@
  *
  * 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.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 /*****************************************************************************