diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-11-26 23:52:50 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-11-27 23:35:45 +0100 |
commit | 3a227f5d904265313fa89cdafb3161bdf261fd50 (patch) | |
tree | a1ac4a19286759111ad0aaf3e86424935311859d | |
parent | 9c492271a8e424cdc76be18e46902511d6c46f9a (diff) | |
download | ffmpeg-3a227f5d904265313fa89cdafb3161bdf261fd50.tar.gz |
doc: add ffmpeg-protocols.texi manual
-rw-r--r-- | doc/Makefile | 2 | ||||
-rw-r--r-- | doc/ffmpeg-protocols.texi | 37 | ||||
-rw-r--r-- | doc/libavformat.texi | 2 |
3 files changed, 39 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile index d4c7bd54cc..180a85f25e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -6,7 +6,7 @@ DOCLIBS-$(CONFIG_AVFORMAT) += libavformat DOCLIBS-$(CONFIG_AVDEVICE) += libavdevice DOCLIBS-$(CONFIG_AVFILTER) += libavfilter -COMPONENTS=$(PROGS-yes) ffmpeg-codecs ffmpeg-devices ffmpeg-filters ffmpeg-resampler ffmpeg-scaler ffmpeg-formats ffmpeg-utils +COMPONENTS=$(PROGS-yes) ffmpeg-codecs ffmpeg-devices ffmpeg-filters ffmpeg-protocols ffmpeg-resampler ffmpeg-scaler ffmpeg-formats ffmpeg-utils MANPAGES = $(COMPONENTS:%=doc/%.1) $(DOCLIBS-yes:%=doc/%.3) PODPAGES = $(COMPONENTS:%=doc/%.pod) $(DOCLIBS-yes:%=doc/%.pod) diff --git a/doc/ffmpeg-protocols.texi b/doc/ffmpeg-protocols.texi new file mode 100644 index 0000000000..0bb89a0a7b --- /dev/null +++ b/doc/ffmpeg-protocols.texi @@ -0,0 +1,37 @@ +\input texinfo @c -*- texinfo -*- + +@settitle FFmpeg Protocols Documentation +@titlepage +@center @titlefont{FFmpeg Protocols Documentation} +@end titlepage + +@top + +@contents + +@chapter Description +@c man begin DESCRIPTION + +This document describes the input and output protocols provided by the +libavformat library. + +@c man end DESCRIPTION + +@include protocols.texi + +@ignore + +@setfilename ffmpeg-protocols +@settitle FFmpeg protocols + +@c man begin SEEALSO +ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavformat(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/libavformat.texi b/doc/libavformat.texi index 38757c29c0..1e85f657f2 100644 --- a/doc/libavformat.texi +++ b/doc/libavformat.texi @@ -28,7 +28,7 @@ resource. @settitle multimedia muxing and demuxing library @c man begin SEEALSO -ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavutil(3), libavcodec(3), ffmpeg-formats(1) +ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavutil(3), libavcodec(3), ffmpeg-formats(1), ffmpeg-protocols(1) @c man end @c man begin AUTHORS |