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

Stefano Sabatini git at videolan.org
Sun Nov 25 00:29:27 CET 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sun Nov 18 13:04:37 2012 +0100| [f62abbf3b7948de479f70dc582596fafb59395b6] | committer: Stefano Sabatini

doc: move filters documentation to dedicated manual page ffmpeg-filters

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f62abbf3b7948de479f70dc582596fafb59395b6
---

 doc/Makefile            |    2 +-
 doc/ffmpeg-filters.texi |   29 +++++++++++++++++++++++++++++
 doc/libavfilter.texi    |    4 +---
 3 files changed, 31 insertions(+), 4 deletions(-)

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..5c3dae3
--- /dev/null
+++ b/doc/ffmpeg-filters.texi
@@ -0,0 +1,29 @@
+\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



More information about the ffmpeg-cvslog mailing list