[FFmpeg-cvslog] doc: remove encoder/muxer/sinks docs from ffplay- and ffprobe-all
Timothy Gu
git at videolan.org
Thu Jan 9 12:13:09 CET 2014
ffmpeg | branch: master | Timothy Gu <timothygu99 at gmail.com> | Wed Jan 8 21:19:52 2014 -0800| [bba73f5574afd3095e017f70bca1547dd43f702f] | committer: Stefano Sabatini
doc: remove encoder/muxer/sinks docs from ffplay- and ffprobe-all
ffplay and ffprobe are read-only.
Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bba73f5574afd3095e017f70bca1547dd43f702f
---
doc/codecs.texi | 4 ++++
doc/devices.texi | 4 ++++
doc/ffplay.texi | 1 +
doc/ffprobe.texi | 1 +
doc/formats.texi | 4 ++++
5 files changed, 14 insertions(+)
diff --git a/doc/codecs.texi b/doc/codecs.texi
index c2cd555..fadcf24 100644
--- a/doc/codecs.texi
+++ b/doc/codecs.texi
@@ -1092,5 +1092,9 @@ instead of alpha. Default is 0.
@c man end CODEC OPTIONS
+ at ifclear config-writeonly
@include decoders.texi
+ at end ifclear
+ at ifclear config-readonly
@include encoders.texi
+ at end ifclear
diff --git a/doc/devices.texi b/doc/devices.texi
index 8f8b22a..5e74a96 100644
--- a/doc/devices.texi
+++ b/doc/devices.texi
@@ -17,5 +17,9 @@ for programmatic use.
@c man end DEVICE OPTIONS
+ at ifclear config-writeonly
@include indevs.texi
+ at end ifclear
+ at ifclear config-readonly
@include outdevs.texi
+ at end ifclear
diff --git a/doc/ffplay.texi b/doc/ffplay.texi
index e68a686..14a406d 100644
--- a/doc/ffplay.texi
+++ b/doc/ffplay.texi
@@ -212,6 +212,7 @@ Seek to percentage in file corresponding to fraction of width.
@include config.texi
@ifset config-all
+ at set config-readonly
@ifset config-avutil
@include utils.texi
@end ifset
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi
index 75d1e72..8de8956 100644
--- a/doc/ffprobe.texi
+++ b/doc/ffprobe.texi
@@ -599,6 +599,7 @@ DV, GXF and AVI timecodes are available in format metadata
@include config.texi
@ifset config-all
+ at set config-readonly
@ifset config-avutil
@include utils.texi
@end ifset
diff --git a/doc/formats.texi b/doc/formats.texi
index b535a5f..ba9d277 100644
--- a/doc/formats.texi
+++ b/doc/formats.texi
@@ -183,6 +183,10 @@ The exact semantics of stream specifiers is defined by the
@code{avformat_match_stream_specifier()} function declared in the
@file{libavformat/avformat.h} header.
+ at ifclear config-writeonly
@include demuxers.texi
+ at end ifclear
+ at ifclear config-readonly
@include muxers.texi
+ at end ifclear
@include metadata.texi
More information about the ffmpeg-cvslog
mailing list