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_copy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/vf_copy.c') diff --git a/libavfilter/vf_copy.c b/libavfilter/vf_copy.c index 271a729211..9ceb2f8a42 100644 --- a/libavfilter/vf_copy.c +++ b/libavfilter/vf_copy.c @@ -22,6 +22,7 @@ */ #include "avfilter.h" +#include "internal.h" #include "video.h" AVFilter avfilter_vf_copy = { -- cgit v1.2.3