avformat: clarify stream id for muxing

pull/8/head
Luca Barbato 12 years ago
parent a3138ebfa8
commit 3b4296f414
  1. 2
      libavformat/avformat.h

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

Loading…
Cancel
Save