summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2012-11-10 16:20:30 +0100
committerLuca Barbato <lu_zero@gentoo.org>2012-11-14 20:38:51 +0100
commit3b4296f41473a5b39e84d7a49d480624c9c60040 (patch)
tree3ab099fd1dade217da6a1575afa5d1b5aa639418 /libavformat/avformat.h
parenta3138ebfa85ec0d3aa7cbf8f2a09e40a220521cf (diff)
avformat: clarify stream id for muxing
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h2
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;
/**