Skip to content
Snippets Groups Projects
Commit e66a43f6 authored by Andreas Cadhalpun's avatar Andreas Cadhalpun
Browse files

graphdump: include internal.h for AVFilterPad

parent 9126ae4b
No related branches found
No related tags found
No related merge requests found
...@@ -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)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment