[FFmpeg-cvslog] filters.texi: fix wrong references in the "Filtergraph syntax" section
Stefano Sabatini
git at videolan.org
Thu Aug 4 23:49:49 CEST 2011
ffmpeg | branch: master | Stefano Sabatini <stefano.sabatini-lala at poste.it> | Thu Aug 4 23:49:14 2011 +0200| [48734a54e8dc1ad7ec1c59dece6e132e97e7e79b] | committer: Stefano Sabatini
filters.texi: fix wrong references in the "Filtergraph syntax" section
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=48734a54e8dc1ad7ec1c59dece6e132e97e7e79b
---
doc/filters.texi | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index 33d6496..b41fce7 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
- at file{libavfilter/avfiltergraph}.
+tools, and by the @code{avfilter_graph_parse()} function defined in
+ at 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
More information about the ffmpeg-cvslog
mailing list