From f62abbf3b7948de479f70dc582596fafb59395b6 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 18 Nov 2012 13:04:37 +0100 Subject: doc: move filters documentation to dedicated manual page ffmpeg-filters --- doc/Makefile | 2 +- doc/ffmpeg-filters.texi | 29 +++++++++++++++++++++++++++++ doc/libavfilter.texi | 4 +--- 3 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 doc/ffmpeg-filters.texi (limited to 'doc') diff --git a/doc/Makefile b/doc/Makefile index c490bac3aa..6a20146397 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 0000000000..5c3dae3758 --- /dev/null +++ b/doc/ffmpeg-filters.texi @@ -0,0 +1,29 @@ +\input texinfo @c -*- texinfo -*- + +@settitle FFmpeg Filters Documentation +@titlepage +@center @titlefont{FFmpeg Filters Documentation} +@end titlepage + +@top + +@contents + +@include filters.texi + +@ignore + +@setfilename ffmpeg-filters +@settitle FFmpeg filters + +@c man begin SEEALSO +ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavfilter(3) +@c man end + +@c man begin AUTHORS +See Git history (git://source.ffmpeg.org/ffmpeg) +@c man end + +@end ignore + +@bye diff --git a/doc/libavfilter.texi b/doc/libavfilter.texi index 051ecad2ab..5d0e82a771 100644 --- a/doc/libavfilter.texi +++ b/doc/libavfilter.texi @@ -17,15 +17,13 @@ framework containing several filters, sources and sinks. @c man end DESCRIPTION -@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 -- cgit v1.2.3