[FFmpeg-cvslog] doc: remove inclusion of libav* documentation in tools

Stefano Sabatini git at videolan.org
Thu Dec 20 23:49:39 CET 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Mon Dec 17 16:11:04 2012 +0100| [b448677e6ea734b9f7a57970560f600a2a893a9b] | committer: Stefano Sabatini

doc: remove inclusion of libav* documentation in tools

This shrinks the tool manuals to a manageable size. Relevant manuals are
referenced in the "See Also" chapter.

Overall documentation inclusion should still be possible through the use
of a conditional variable set during configuration time, if someone feels
the need for a huge-wall-of-text-fashioned manual.

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

 doc/avtools-common-opts.texi |    3 ---
 doc/ffmpeg.texi              |   13 -------------
 doc/ffplay.texi              |   10 ----------
 doc/ffprobe.texi             |    6 ------
 4 files changed, 32 deletions(-)

diff --git a/doc/avtools-common-opts.texi b/doc/avtools-common-opts.texi
index 131fec7..d9d0bd0 100644
--- a/doc/avtools-common-opts.texi
+++ b/doc/avtools-common-opts.texi
@@ -209,6 +209,3 @@ use @option{-option 0}/@option{-option 1}.
 
 Note2 old undocumented way of specifying per-stream AVOptions by prepending
 v/a/s to the options name is now obsolete and will be removed soon.
-
- at include avoptions_codec.texi
- at include avoptions_format.texi
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 825780f..d0fe327 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -1276,19 +1276,6 @@ ffmpeg -i src.ext -lmax 21*QP2LAMBDA dst.ext
 @end itemize
 @c man end EXAMPLES
 
- at include syntax.texi
- at include eval.texi
- at include decoders.texi
- at include encoders.texi
- at include demuxers.texi
- at include muxers.texi
- at include indevs.texi
- at include outdevs.texi
- at include protocols.texi
- at include bitstream_filters.texi
- at include filters.texi
- at include metadata.texi
-
 @chapter See Also
 
 @ifhtml
diff --git a/doc/ffplay.texi b/doc/ffplay.texi
index 29b2fc7..0703a54 100644
--- a/doc/ffplay.texi
+++ b/doc/ffplay.texi
@@ -186,16 +186,6 @@ Seek to percentage in file corresponding to fraction of width.
 
 @c man end
 
- at include syntax.texi
- at include eval.texi
- at include decoders.texi
- at include demuxers.texi
- at include muxers.texi
- at include indevs.texi
- at include outdevs.texi
- at include protocols.texi
- at include filters.texi
-
 @chapter See Also
 
 @ifhtml
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi
index 9b941a3..82a8630 100644
--- a/doc/ffprobe.texi
+++ b/doc/ffprobe.texi
@@ -487,12 +487,6 @@ DV, GXF and AVI timecodes are available in format metadata
 @end itemize
 @c man end TIMECODE
 
- at include syntax.texi
- at include decoders.texi
- at include demuxers.texi
- at include protocols.texi
- at include indevs.texi
-
 @chapter See Also
 
 @ifhtml



More information about the ffmpeg-cvslog mailing list