aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-08-04 23:49:14 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-08-04 23:50:29 +0200
commit48734a54e8dc1ad7ec1c59dece6e132e97e7e79b (patch)
treefd04e38de81218627e7fae0792d58430d698ce7c
parent84a6abd95420f6552c30b11ab5585fdb306269ba (diff)
downloadffmpeg-48734a54e8dc1ad7ec1c59dece6e132e97e7e79b.tar.gz
filters.texi: fix wrong references in the "Filtergraph syntax" section
-rw-r--r--doc/filters.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 33d6496b8a..b41fce7ced 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -18,8 +18,8 @@ output pads is called a "sink".
A filtergraph can be represented using a textual representation, which
is recognized by the @code{-vf} and @code{-af} options of the ff*
-tools, and by the @code{av_parse_graph()} function defined in
-@file{libavfilter/avfiltergraph}.
+tools, and by the @code{avfilter_graph_parse()} function defined in
+@file{libavfilter/avfiltergraph.h}.
A filterchain consists of a sequence of connected filters, each one
connected to the previous one in the sequence. A filterchain is