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

Stefano Sabatini stefasab at gmail.com
Tue Dec 18 00:33:00 CET 2012


Make the tool pages more handy. Relevant manuals are referenced in the
"See Also" chapter.

This shrink the tool manual pages to a manageable size.

Overall documentation inclusion should still be possible through the use
of conditional variable set during configuration time, if someone feels
the need for a huge-wall-of-text-fashioned manual.
---
 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 1ba1f75..14ae338 100644
--- a/doc/avtools-common-opts.texi
+++ b/doc/avtools-common-opts.texi
@@ -225,6 +225,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 50518dd..bb3702e 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 566fa24..0f5f138 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
-
 @include authors.texi
 
 @chapter See Also
-- 
1.7.9.5



More information about the ffmpeg-devel mailing list