1
0
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:
Luca Barbato
2012-11-10 16:20:30 +01:00
parent a3138ebfa8
commit 3b4296f414

View File

@@ -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;
/**