Commit 3b4296f4 authored by Luca Barbato's avatar Luca Barbato

avformat: clarify stream id for muxing

parent a3138ebf
...@@ -621,7 +621,7 @@ typedef struct AVStream { ...@@ -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;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment