Browse Source

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>
tags/n2.2-rc1
Timothy Gu Stefano Sabatini 11 years ago
parent
commit
bba73f5574
5 changed files with 14 additions and 0 deletions
  1. +4
    -0
      doc/codecs.texi
  2. +4
    -0
      doc/devices.texi
  3. +1
    -0
      doc/ffplay.texi
  4. +1
    -0
      doc/ffprobe.texi
  5. +4
    -0
      doc/formats.texi

+ 4
- 0
doc/codecs.texi View File

@@ -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

+ 4
- 0
doc/devices.texi View File

@@ -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

+ 1
- 0
doc/ffplay.texi View File

@@ -212,6 +212,7 @@ Seek to percentage in file corresponding to fraction of width.

@include config.texi
@ifset config-all
@set config-readonly
@ifset config-avutil
@include utils.texi
@end ifset


+ 1
- 0
doc/ffprobe.texi View File

@@ -599,6 +599,7 @@ DV, GXF and AVI timecodes are available in format metadata

@include config.texi
@ifset config-all
@set config-readonly
@ifset config-avutil
@include utils.texi
@end ifset


+ 4
- 0
doc/formats.texi View File

@@ -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.

@ifclear config-writeonly
@include demuxers.texi
@end ifclear
@ifclear config-readonly
@include muxers.texi
@end ifclear
@include metadata.texi

Loading…
Cancel
Save