Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-01-09 09:19:52 +0400
committerStefano Sabatini <stefasab@gmail.com>2014-01-09 15:12:10 +0400
commitbba73f5574afd3095e017f70bca1547dd43f702f (patch)
treefb5f81ce179804604e476ea47a7bf92cc7bf2c53 /doc/devices.texi
parent094c500caf0c2a67792f2ee8238f065926aebfc4 (diff)
doc: remove encoder/muxer/sinks docs from ffplay- and ffprobe-all
ffplay and ffprobe are read-only. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'doc/devices.texi')
-rw-r--r--doc/devices.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/devices.texi b/doc/devices.texi
index 8f8b22a94b..5e74a962d7 100644
--- a/doc/devices.texi
+++ b/doc/devices.texi
@@ -17,5 +17,9 @@ for programmatic use.
@c man end DEVICE OPTIONS
+@ifclear config-writeonly
@include indevs.texi
+@end ifclear
+@ifclear config-readonly
@include outdevs.texi
+@end ifclear