$OpenBSD: patch-modules_codec_ffmpeg_video_filter_c,v 1.1 2008/07/09 02:17:12 jakemsr Exp $
--- modules/codec/ffmpeg/video_filter.c.orig	Mon Jun  2 11:57:02 2008
+++ modules/codec/ffmpeg/video_filter.c	Sat Jun 28 18:33:53 2008
@@ -41,8 +41,10 @@
 #include "ffmpeg.h"
 
 void E_(InitLibavcodec) ( vlc_object_t *p_object );
+#if 0
 static int CheckInit( filter_t *p_filter );
 static picture_t *Process( filter_t *p_filter, picture_t *p_pic );
+#endif
 static picture_t *Deinterlace( filter_t *p_filter, picture_t *p_pic );
 
 /*****************************************************************************
@@ -64,6 +66,7 @@ struct filter_sys_t
     ImgReSampleContext *p_rsc;
 };
 
+#if 0
 
 /*****************************************************************************
  * OpenFilterEx: common code to OpenFilter and OpenCropPadd
@@ -605,6 +608,8 @@ static picture_t *Process( filter_t *p_filter, picture
         p_pic->pf_release( p_pic );
     return p_pic_dst;
 }
+
+#endif
 
 /*****************************************************************************
  * OpenDeinterlace: probe the filter and return score
