This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
094c500caf
commit
bba73f5574
5 changed files
with
14 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
doc/codecs.texi
+4
-0
doc/devices.texi
+1
-0
doc/ffplay.texi
+1
-0
doc/ffprobe.texi
+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
Write
Preview
Loading…
Cancel
Save