Browse Source

graphdump: include internal.h for AVFilterPad

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
tags/n2.8
Andreas Cadhalpun 9 years ago
parent
commit
e66a43f694
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/graphdump.c

+ 1
- 0
libavfilter/graphdump.c View File

@@ -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