提交 e20ad71e 编写于 作者: M Martin Storsjö

libavformat: Document who sets the AVStream.id field

Signed-off-by: NMartin Storsjö <martin@martin.st>
上级 72dadaa9
......@@ -547,7 +547,12 @@ typedef struct AVIndexEntry {
*/
typedef struct AVStream {
int index; /**< stream index in AVFormatContext */
int id; /**< format-specific stream ID */
/**
* Format-specific stream ID.
* decoding: set by libavformat
* encoding: set by the user
*/
int id;
AVCodecContext *codec; /**< codec context */
/**
* Real base framerate of the stream.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册