You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avformat: clarify stream id for muxing
This commit is contained in:
@@ -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;
|
||||
/**
|
||||
|
Reference in New Issue
Block a user