summaryrefslogtreecommitdiff
path: root/libavfilter/avfiltergraph.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-04-11 23:40:41 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-04-11 23:50:39 +0200
commit231fd4411ff35762cb82145c9bebc2dd1db191e0 (patch)
tree053e96f54c1d5ad892d0546b5260f6c32cf329b1 /libavfilter/avfiltergraph.c
parent9110f95985a0860ba7707cb57524a756c74551e3 (diff)
parent38f0c0781a6e099f11c0acec07f9b8be742190c4 (diff)
Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4'
* commit '38f0c0781a6e099f11c0acec07f9b8be742190c4': lavfi: merge avfiltergraph.h into avfilter.h Conflicts: doc/APIchanges ffmpeg_filter.c libavfilter/avfilter.h libavfilter/avfiltergraph.h libavfilter/version.h tools/graph2dot.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/avfiltergraph.c')
-rw-r--r--libavfilter/avfiltergraph.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/avfiltergraph.c b/libavfilter/avfiltergraph.c
index 75e828feeb..28fc743b59 100644
--- a/libavfilter/avfiltergraph.c
+++ b/libavfilter/avfiltergraph.c
@@ -30,7 +30,6 @@
#include "libavutil/pixdesc.h"
#include "libavcodec/avcodec.h" // avcodec_find_best_pix_fmt_of_2()
#include "avfilter.h"
-#include "avfiltergraph.h"
#include "formats.h"
#include "internal.h"