summaryrefslogtreecommitdiff
path: root/libavfilter/graphdump.c
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-08-08 10:41:31 +0200
committerAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-08-08 21:59:21 +0200
commite66a43f69455130455cc900497e1ea400b3fe88f (patch)
tree88ee81c496b093acc1d250bcee8c23b39d3eec2e /libavfilter/graphdump.c
parent9126ae4b6ba366f8e948a294b1955bcaf858eb16 (diff)
graphdump: include internal.h for AVFilterPad
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Diffstat (limited to 'libavfilter/graphdump.c')
-rw-r--r--libavfilter/graphdump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/graphdump.c b/libavfilter/graphdump.c
index 3d702c6af5..531bb571aa 100644
--- a/libavfilter/graphdump.c
+++ b/libavfilter/graphdump.c
@@ -26,6 +26,7 @@
#include "libavutil/pixdesc.h"
#include "avfilter.h"
#include "avfiltergraph.h"
+#include "internal.h"
static int print_link_prop(AVBPrint *buf, AVFilterLink *link)
{