Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-08-08 11:41:31 +0300
committerAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-08-08 22:59:21 +0300
commite66a43f69455130455cc900497e1ea400b3fe88f (patch)
tree88ee81c496b093acc1d250bcee8c23b39d3eec2e
parent9126ae4b6ba366f8e948a294b1955bcaf858eb16 (diff)
graphdump: include internal.h for AVFilterPad
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-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)
{