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:
-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)
{