Commit e66a43f6 authored by Andreas Cadhalpun's avatar Andreas Cadhalpun

graphdump: include internal.h for AVFilterPad

Reviewed-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
Signed-off-by: 's avatarAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
parent 9126ae4b
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
#include "libavutil/pixdesc.h" #include "libavutil/pixdesc.h"
#include "avfilter.h" #include "avfilter.h"
#include "avfiltergraph.h" #include "avfiltergraph.h"
#include "internal.h"
static int print_link_prop(AVBPrint *buf, AVFilterLink *link) static int print_link_prop(AVBPrint *buf, AVFilterLink *link)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment