diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-12-17 16:11:04 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-12-20 23:48:23 +0100 |
commit | b448677e6ea734b9f7a57970560f600a2a893a9b (patch) | |
tree | a639892f6332f9821cbdce2fdc42d11582e6274b /doc | |
parent | ca3327d56fa30f8aba7e866de3f66f35a23a8703 (diff) | |
download | ffmpeg-b448677e6ea734b9f7a57970560f600a2a893a9b.tar.gz |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/avtools-common-opts.texi | 3 | ||||
-rw-r--r-- | doc/ffmpeg.texi | 13 | ||||
-rw-r--r-- | doc/ffplay.texi | 10 | ||||
-rw-r--r-- | doc/ffprobe.texi | 6 |
4 files changed, 0 insertions, 32 deletions
diff --git a/doc/avtools-common-opts.texi b/doc/avtools-common-opts.texi index 131fec7c9e..d9d0bd08ca 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. - -@include avoptions_codec.texi -@include avoptions_format.texi diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 825780f693..d0fe327c15 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 -@include syntax.texi -@include eval.texi -@include decoders.texi -@include encoders.texi -@include demuxers.texi -@include muxers.texi -@include indevs.texi -@include outdevs.texi -@include protocols.texi -@include bitstream_filters.texi -@include filters.texi -@include metadata.texi - @chapter See Also @ifhtml diff --git a/doc/ffplay.texi b/doc/ffplay.texi index 29b2fc784f..0703a549e9 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 -@include syntax.texi -@include eval.texi -@include decoders.texi -@include demuxers.texi -@include muxers.texi -@include indevs.texi -@include outdevs.texi -@include protocols.texi -@include filters.texi - @chapter See Also @ifhtml diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi index 9b941a33bb..82a8630f42 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 -@include syntax.texi -@include decoders.texi -@include demuxers.texi -@include protocols.texi -@include indevs.texi - @chapter See Also @ifhtml |