From 9d0bfc5052fa73ac8df89ec9992d77b07840fdf0 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 12 Jun 2012 20:12:42 +0200 Subject: lavfi: make AVFilterPad opaque after two major bumps. It will allow adding new fields to it without ABI breaks. --- libavfilter/vf_unsharp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/vf_unsharp.c') diff --git a/libavfilter/vf_unsharp.c b/libavfilter/vf_unsharp.c index a5d301cd72..8010f2dc17 100644 --- a/libavfilter/vf_unsharp.c +++ b/libavfilter/vf_unsharp.c @@ -38,6 +38,7 @@ #include "avfilter.h" #include "formats.h" +#include "internal.h" #include "video.h" #include "libavutil/common.h" #include "libavutil/mem.h" -- cgit v1.2.3