[FFmpeg-cvslog] doc: add ffmpeg-protocols.texi manual

Stefano Sabatini git at videolan.org
Tue Nov 27 23:43:57 CET 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Mon Nov 26 23:52:50 2012 +0100| [3a227f5d904265313fa89cdafb3161bdf261fd50] | committer: Stefano Sabatini

doc: add ffmpeg-protocols.texi manual

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

 doc/Makefile              |    2 +-
 doc/ffmpeg-protocols.texi |   37 +++++++++++++++++++++++++++++++++++++
 doc/libavformat.texi      |    2 +-
 3 files changed, 39 insertions(+), 2 deletions(-)

diff --git a/doc/Makefile b/doc/Makefile
index d4c7bd5..180a85f 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 0000000..0bb89a0
--- /dev/null
+++ b/doc/ffmpeg-protocols.texi
@@ -0,0 +1,37 @@
+\input texinfo @c -*- texinfo -*-
+
+ at settitle FFmpeg Protocols Documentation
+ at titlepage
+ at center @titlefont{FFmpeg Protocols Documentation}
+ at end titlepage
+
+ at top
+
+ at contents
+
+ at chapter Description
+ at c man begin DESCRIPTION
+
+This document describes the input and output protocols provided by the
+libavformat library.
+
+ at c man end DESCRIPTION
+
+ at include protocols.texi
+
+ at ignore
+
+ at setfilename ffmpeg-protocols
+ at settitle FFmpeg protocols
+
+ at c man begin SEEALSO
+ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavformat(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/libavformat.texi b/doc/libavformat.texi
index 38757c2..1e85f65 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



More information about the ffmpeg-cvslog mailing list