diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-11-18 13:04:37 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-11-25 00:28:27 +0100 |
commit | f62abbf3b7948de479f70dc582596fafb59395b6 (patch) | |
tree | f1686ea8c51f9aceadb2e8f4237bc8074e589a78 /doc | |
parent | fa4ead1d6692cd4d698b651d1b5882fc9fb64fcb (diff) | |
download | ffmpeg-f62abbf3b7948de479f70dc582596fafb59395b6.tar.gz |
doc: move filters documentation to dedicated manual page ffmpeg-filters
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 2 | ||||
-rw-r--r-- | doc/ffmpeg-filters.texi | 29 | ||||
-rw-r--r-- | doc/libavfilter.texi | 4 |
3 files changed, 31 insertions, 4 deletions
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 |