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:
authorAnton Khirnov <anton@khirnov.net>2013-03-31 01:31:18 +0400
committerAnton Khirnov <anton@khirnov.net>2013-04-11 22:33:33 +0400
commit38f0c0781a6e099f11c0acec07f9b8be742190c4 (patch)
treef95058ce58bceb1c9f78c94a65b70949491ddb6b /tools/graph2dot.c
parent4a37d4b3f8137a4c2bbbca043de076af966b9446 (diff)
lavfi: merge avfiltergraph.h into avfilter.h
We do not support using filters without AVFilterGraph in practice anyway, so there is no point in pretending we do.
Diffstat (limited to 'tools/graph2dot.c')
-rw-r--r--tools/graph2dot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/graph2dot.c b/tools/graph2dot.c
index c0142ccd31..26cb28b068 100644
--- a/tools/graph2dot.c
+++ b/tools/graph2dot.c
@@ -28,7 +28,7 @@
#include "libavutil/mem.h"
#include "libavutil/pixdesc.h"
#include "libavutil/audioconvert.h"
-#include "libavfilter/avfiltergraph.h"
+#include "libavfilter/avfilter.h"
#if !HAVE_GETOPT
#include "compat/getopt.c"