[FFmpeg-devel] [PATCH 1/4] doc/formats: add reference to ffmpeg(1) stream specifiers as that docs is more complete

Marton Balint cus at passwd.hu
Sun Feb 17 21:55:37 EET 2019


Signed-off-by: Marton Balint <cus at passwd.hu>
---
 doc/formats.texi | 24 ++----------------------
 1 file changed, 2 insertions(+), 22 deletions(-)

diff --git a/doc/formats.texi b/doc/formats.texi
index 52a5ff8371..a992506ac1 100644
--- a/doc/formats.texi
+++ b/doc/formats.texi
@@ -234,30 +234,10 @@ At present, applicable for MPEG-PS and MPEG-TS.
 Format stream specifiers allow selection of one or more streams that
 match specific properties.
 
-Possible forms of stream specifiers are:
- at table @option
- at item @var{stream_index}
-Matches the stream with this index.
-
- at item @var{stream_type}[:@var{stream_index}]
- at var{stream_type} is one of following: 'v' for video, 'a' for audio,
-'s' for subtitle, 'd' for data, and 't' for attachments. If
- at var{stream_index} is given, then it matches the stream number
- at var{stream_index} of this type. Otherwise, it matches all streams of
-this type.
-
- at item p:@var{program_id}[:@var{stream_index}]
-If @var{stream_index} is given, then it matches the stream with number
- at var{stream_index} in the program with the id
- at var{program_id}. Otherwise, it matches all streams in the program.
-
- at item #@var{stream_id}
-Matches the stream by a format-specific ID.
- at end table
-
 The exact semantics of stream specifiers is defined by the
 @code{avformat_match_stream_specifier()} function declared in the
- at file{libavformat/avformat.h} header.
+ at file{libavformat/avformat.h} header and documented in the
+ at ref{Stream specifiers,,Stream specifiers section in the ffmpeg(1) manual,ffmpeg}.
 
 @ifclear config-writeonly
 @include demuxers.texi
-- 
2.16.4



More information about the ffmpeg-devel mailing list