summaryrefslogtreecommitdiff
path: root/libavfilter/graphparser.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-07 22:56:29 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-11-07 22:56:29 +0000
commit1e80a0eaa4905aa043690f715843f9c01dfea913 (patch)
tree7617a9d57272fcdd93f5bc9dd49bef412f50b6dd /libavfilter/graphparser.c
parent0b90e4a240c859de1fa5e0adac99ab58307d6b73 (diff)
Remove graphparser.h header, move AVFilterInOut and
avfilter_graph_parse() declaration to libavfilter/avfiltergraph.h. Simplify, and less confusing for the user. Originally committed as revision 25705 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/graphparser.c')
-rw-r--r--libavfilter/graphparser.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/graphparser.c b/libavfilter/graphparser.c
index 076b22a83c..1bce3bcbb5 100644
--- a/libavfilter/graphparser.c
+++ b/libavfilter/graphparser.c
@@ -24,7 +24,6 @@
#include <string.h>
#include "libavutil/avstring.h"
-#include "graphparser.h"
#include "avfilter.h"
#include "avfiltergraph.h"
#include "parseutils.h"