]> git.sesse.net Git - vlc/blobdiff - plugins/filter/deinterlace.c
* ./configure.in: fix for obscure architectures like hppa where target_os
[vlc] / plugins / filter / deinterlace.c
index 923429aba1de8fd990597b27916e00b50856554e..db33b7eabce9cdaa8749db07c5605080bdb3cfa7 100644 (file)
@@ -2,7 +2,7 @@
  * deinterlace.c : deinterlacer plugin for vlc
  *****************************************************************************
  * Copyright (C) 2000, 2001 VideoLAN
- * $Id: deinterlace.c,v 1.3 2002/01/04 14:01:34 sam Exp $
+ * $Id: deinterlace.c,v 1.4 2002/01/05 03:49:18 sam Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -106,7 +106,6 @@ static void vout_getfunctions( function_list_t * p_function_list )
     p_function_list->functions.vout.pf_manage     = vout_Manage;
     p_function_list->functions.vout.pf_render     = vout_Render;
     p_function_list->functions.vout.pf_display    = vout_Display;
-    p_function_list->functions.vout.pf_setpalette = NULL;
 }
 
 /*****************************************************************************