diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-01-08 21:19:52 -0800 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2014-01-09 12:12:10 +0100 |
commit | bba73f5574afd3095e017f70bca1547dd43f702f (patch) | |
tree | fb5f81ce179804604e476ea47a7bf92cc7bf2c53 /doc/codecs.texi | |
parent | 094c500caf0c2a67792f2ee8238f065926aebfc4 (diff) | |
download | ffmpeg-bba73f5574afd3095e017f70bca1547dd43f702f.tar.gz |
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/codecs.texi')
-rw-r--r-- | doc/codecs.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/codecs.texi b/doc/codecs.texi index c2cd555284..fadcf249a2 100644 --- a/doc/codecs.texi +++ b/doc/codecs.texi @@ -1092,5 +1092,9 @@ instead of alpha. Default is 0. @c man end CODEC OPTIONS +@ifclear config-writeonly @include decoders.texi +@end ifclear +@ifclear config-readonly @include encoders.texi +@end ifclear |