$OpenBSD: patch-filter_filter_pp_c,v 1.1 2012/05/03 06:06:59 ajacoutot Exp $

Update for newer FFmpeg API.

--- filter/filter_pp.c.orig	Sun Apr 29 01:04:14 2012
+++ filter/filter_pp.c	Sun Apr 29 01:06:07 2012
@@ -38,8 +38,8 @@
 
 /* FIXME: these use the filter ID as an index--the ID can grow
  * arbitrarily large, so this needs to be fixed */
-static pp_mode_t *mode[100];
-static pp_context_t *context[100];
+static pp_mode *mode[100];
+static pp_context *context[100];
 static int width[100], height[100];
 static int pre[100];
 
