mirror of https://git.ffmpeg.org/ffmpeg.git
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.
|
* Format-specific stream ID.
|
||||||
* decoding: set by libavformat
|
* decoding: set by libavformat
|
||||||
* encoding: set by the user
|
* encoding: set by the user, replaced by libavformat if left unset
|
||||||
*/
|
*/
|
||||||
int id;
|
int id;
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue