mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
avformat: clarify stream id for muxing
This commit is contained in:
parent
a3138ebfa8
commit
3b4296f414
@ -621,7 +621,7 @@ typedef struct AVStream {
|
||||
/**
|
||||
* Format-specific stream ID.
|
||||
* decoding: set by libavformat
|
||||
* encoding: set by the user
|
||||
* encoding: set by the user, replaced by libavformat if left unset
|
||||
*/
|
||||
int id;
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user