[FFmpeg-devel] [PATCH] doc: add libavfilter.texi

Stefano Sabatini stefasab at gmail.com
Sun Nov 4 12:13:36 CET 2012


---
 doc/Makefile         |    2 +-
 doc/libavfilter.texi |   37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+), 1 deletions(-)
 create mode 100644 doc/libavfilter.texi

diff --git a/doc/Makefile b/doc/Makefile
index 5f1d375..f9ea79c 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,5 +1,5 @@
 ifeq ($(CONFIG_AVCODEC),yes)
-DOCLIBS += libavcodec libswresample
+DOCLIBS += libavcodec libswresample libavfilter
 endif
 
 MANPAGES    = $(PROGS-yes:%=doc/%.1)    $(DOCLIBS:%=doc/%.3)
diff --git a/doc/libavfilter.texi b/doc/libavfilter.texi
new file mode 100644
index 0000000..3116837
--- /dev/null
+++ b/doc/libavfilter.texi
@@ -0,0 +1,37 @@
+\input texinfo @c -*- texinfo -*-
+
+ at settitle Libavfilter Documentation
+ at titlepage
+ at center @titlefont{Libavfilter Documentation}
+ at end titlepage
+
+ at top
+
+ at contents
+
+ at chapter Description
+ at c man begin DESCRIPTION
+
+libavfilter is a library providing a generic audio/video filtering
+framework, and containing several filters, sources and sinks.
+
+ at c man end DESCRIPTION
+
+ at include filters.texi
+
+ at ignore
+
+ at setfilename libavfilter
+ at settitle multimedia filtering library
+
+ at c man begin SEEALSO
+ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavcodec(3)
+ at c man end
+
+ at c man begin AUTHORS
+See git history
+ at c man end
+
+ at end ignore
+
+ at bye
-- 
1.7.5.4



More information about the ffmpeg-devel mailing list