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
1 changed files with 1 additions and 1 deletions

View File

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