mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
avformat/utils: fix stream ordering for program ID stream specifiers
Fixes a regression introduced in dbfd042983.
Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
parent
50789e356d
commit
f9271d0158
2 changed files with 15 additions and 6 deletions
|
|
@ -36,7 +36,10 @@ Possible forms of stream specifiers are:
|
|||
Matches the stream with this index. E.g. @code{-threads:1 4} would set the
|
||||
thread count for the second stream to 4. If @var{stream_index} is used as an
|
||||
additional stream specifier (see below), then it selects stream number
|
||||
@var{stream_index} from the matching streams.
|
||||
@var{stream_index} from the matching streams. Stream numbering is based on the
|
||||
order of the streams as detected by libavformat except when a program ID is
|
||||
also specified. In this case it is based on the ordering of the streams in the
|
||||
program.
|
||||
@item @var{stream_type}[:@var{additional_stream_specifier}]
|
||||
@var{stream_type} is one of following: 'v' or 'V' for video, 'a' for audio, 's'
|
||||
for subtitle, 'd' for data, and 't' for attachments. 'v' matches all video
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue