diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2012-11-10 16:20:30 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2012-11-14 20:38:51 +0100 |
commit | 3b4296f41473a5b39e84d7a49d480624c9c60040 (patch) | |
tree | 3ab099fd1dade217da6a1575afa5d1b5aa639418 | |
parent | a3138ebfa85ec0d3aa7cbf8f2a09e40a220521cf (diff) | |
download | ffmpeg-3b4296f41473a5b39e84d7a49d480624c9c60040.tar.gz |
avformat: clarify stream id for muxing
-rw-r--r-- | libavformat/avformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 3e10496bee..d1d47631c0 100644 --- a/libavformat/avformat.h +++ b/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; /** |