graphdump: include internal.h for AVFilterPad

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
pull/150/head
Andreas Cadhalpun 10 years ago
parent 9126ae4b6b
commit e66a43f694
  1. 1
      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)
{

Loading…
Cancel
Save