]> git.sesse.net Git - vlc/blobdiff - modules/video_chroma/i422_yuy2.c
* ./evc/plugins.vcp.in: fixed plugin entry points for WinCE.
[vlc] / modules / video_chroma / i422_yuy2.c
index 2b50b840a359bc4e0464661fc7ca6162902ed3c1..6bf6031e623d9e4e82fa985a194c4cce809b3e47 100644 (file)
@@ -2,7 +2,7 @@
  * i422_yuy2.c : YUV to YUV conversion module for vlc
  *****************************************************************************
  * Copyright (C) 2000, 2001 VideoLAN
- * $Id: i422_yuy2.c,v 1.1 2002/08/04 17:23:43 sam Exp $
+ * $Id: i422_yuy2.c,v 1.2 2002/11/20 13:37:36 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -24,7 +24,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <errno.h>                                                 /* ENOMEM */
 #include <string.h>                                            /* strerror() */
 #include <stdlib.h>                                      /* malloc(), free() */