[FFmpeg-devel] [PATCH] doc: move filters documentation to dedicated manual page ffmpeg-filters

Stefano Sabatini stefasab at gmail.com
Sun Nov 18 13:18:13 CET 2012


---
 doc/Makefile            |    2 +-
 doc/ffmpeg-filters.texi |   30 ++++++++++++++++++++++++++++++
 doc/libavfilter.texi    |    4 +---
 3 files changed, 32 insertions(+), 4 deletions(-)
 create mode 100644 doc/ffmpeg-filters.texi

diff --git a/doc/Makefile b/doc/Makefile
index c490bac..6a20146 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -2,7 +2,7 @@ DOCLIBS-$(CONFIG_AVUTIL)  += libavutil
 DOCLIBS-$(CONFIG_AVCODEC) += libavcodec
 DOCLIBS-$(CONFIG_AVFILTER) += libavfilter
 
-COMPONENTS=$(PROGS-yes) ffmpeg-codecs
+COMPONENTS=$(PROGS-yes) ffmpeg-codecs ffmpeg-filters
 
 MANPAGES    = $(COMPONENTS:%=doc/%.1)    $(DOCLIBS-yes:%=doc/%.3)
 PODPAGES    = $(COMPONENTS:%=doc/%.pod)  $(DOCLIBS-yes:%=doc/%.pod)
diff --git a/doc/ffmpeg-filters.texi b/doc/ffmpeg-filters.texi
new file mode 100644
index 0000000..e205861
--- /dev/null
+++ b/doc/ffmpeg-filters.texi
@@ -0,0 +1,30 @@
+\input texinfo @c -*- texinfo -*-
+
+ at settitle FFmpeg Filters Documentation
+ at titlepage
+ at center @titlefont{FFmpeg Filters Documentation}
+ at end titlepage
+
+ at top
+
+ at contents
+
+ at include filters.texi
+
+ at ignore
+
+ at setfilename ffmpeg-filters
+ at settitle FFmpeg filters
+
+ at c man begin SEEALSO
+ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavfilter(3)
+ at c man end
+
+ at c man begin AUTHORS
+See Git history (git://source.ffmpeg.org/ffmpeg)
+ at c man end
+
+ at end ignore
+
+ at bye
+
diff --git a/doc/libavfilter.texi b/doc/libavfilter.texi
index 051ecad..5d0e82a 100644
--- a/doc/libavfilter.texi
+++ b/doc/libavfilter.texi
@@ -17,15 +17,13 @@ framework containing several filters, sources and sinks.
 
 @c man end DESCRIPTION
 
- at include filters.texi
-
 @ignore
 
 @setfilename libavfilter
 @settitle multimedia filtering library
 
 @c man begin SEEALSO
-ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavutil(3), libavcodec(3)
+ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), ffmpeg-filters(1)
 @c man end
 
 @c man begin AUTHORS
-- 
1.7.9.5



More information about the ffmpeg-devel mailing list