diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-10-11 15:17:36 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-10-18 11:40:14 +0200 |
commit | a5f05e52e407a99419a6436303974ca068018483 (patch) | |
tree | 9290aed11ba5cef8843f39a07c49f9c1b14d13af /doc | |
parent | d1d421cbc0d13b08535f7fc08d179572ee352072 (diff) | |
download | ffmpeg-streaming-a5f05e52e407a99419a6436303974ca068018483.zip ffmpeg-streaming-a5f05e52e407a99419a6436303974ca068018483.tar.gz |
doc/avtools: add forgotten part to stream specifiers description
Diffstat (limited to 'doc')
-rw-r--r-- | doc/avtools-common-opts.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/avtools-common-opts.texi b/doc/avtools-common-opts.texi index 1824813..ba552fc 100644 --- a/doc/avtools-common-opts.texi +++ b/doc/avtools-common-opts.texi @@ -37,7 +37,7 @@ thread count for the second stream to 4. 'd' for data and 't' for attachments. If @var{stream_index} is given, then matches stream number @var{stream_index} of this type. Otherwise matches all streams of this type. -@item @var{program_id}[:@var{stream_index}] +@item p:@var{program_id}[:@var{stream_index}] If @var{stream_index} is given, then matches stream number @var{stream_index} in program with id @var{program_id}. Otherwise matches all streams in this program. @end table |