diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-12-16 20:53:16 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-12-19 09:33:44 +0100 |
commit | 9d6517aa674bbee3d4014da87a642133f82f9b4d (patch) | |
tree | 5737baad29e738c258bc8630c64edc4003f9dda0 /doc/ffplay.texi | |
parent | c2ac6477106a523984a3c8c8694c3f360ef9f41c (diff) | |
download | ffmpeg-9d6517aa674bbee3d4014da87a642133f82f9b4d.tar.gz |
doc: extend "See Also" chapter rendering for ff* tools
Add more references, and generate alternative variants for HTML and POD
output. In particular, this allows to render a "See Also" chapter in the
HTML output.
Diffstat (limited to 'doc/ffplay.texi')
-rw-r--r-- | doc/ffplay.texi | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/doc/ffplay.texi b/doc/ffplay.texi index 0a45a65e1d..29b2fc784f 100644 --- a/doc/ffplay.texi +++ b/doc/ffplay.texi @@ -196,6 +196,28 @@ Seek to percentage in file corresponding to fraction of width. @include protocols.texi @include filters.texi +@chapter See Also + +@ifhtml +@url{ffmpeg.html,ffmpeg}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver}, +@url{ffmpeg-utils.html,ffmpeg-utils}, +@url{ffmpeg-scaler.html,ffmpeg-scaler}, +@url{ffmpeg-resampler.html,ffmpeg-resampler}, +@url{ffmpeg-codecs.html,ffmpeg-codecs}, +@url{ffmpeg-bitstream-filters,ffmpeg-bitstream-filters}, +@url{ffmpeg-formats.html,ffmpeg-formats}, +@url{ffmpeg-devices.html,ffmpeg-devices}, +@url{ffmpeg-protocols.html,ffmpeg-protocols}, +@url{ffmpeg-filters.html,ffmpeg-filters} +@end ifhtml + +@ifnothtml +ffmpeg(1), ffprobe(1), ffserver(1), +ffmpeg-utils(1), ffmpeg-scaler(1), ffmpeg-resampler(1), +ffmpeg-codecs(1), ffmpeg-bitstream-filters(1), ffmpeg-formats(1), +ffmpeg-devices(1), ffmpeg-protocols(1), ffmpeg-filters(1) +@end ifnothtml + @include authors.texi @ignore @@ -203,10 +225,6 @@ Seek to percentage in file corresponding to fraction of width. @setfilename ffplay @settitle FFplay media player -@c man begin SEEALSO -ffmpeg(1), ffprobe(1), ffserver(1) and the FFmpeg HTML documentation -@c man end - @end ignore @bye |