]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/crop.c
* ./modules/video_output/wingdi.c: the GDI video output now properly sets
[vlc] / modules / video_filter / crop.c
index 7e67482f0f7000d7d14d6235f1d771d5a77fa3f2..56b0fca048fd6374e22ae3605ca0cdbf15f7e699 100644 (file)
@@ -2,7 +2,7 @@
  * crop.c : Crop video plugin for vlc
  *****************************************************************************
  * Copyright (C) 2002 VideoLAN
- * $Id: crop.c,v 1.2 2002/08/26 09:12:46 sam Exp $
+ * $Id: crop.c,v 1.3 2002/11/23 02:40:30 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -24,7 +24,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <errno.h>
 #include <stdlib.h>                                      /* malloc(), free() */
 #include <string.h>