Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2012-11-10 19:20:30 +0400
committerLuca Barbato <lu_zero@gentoo.org>2012-11-14 23:38:51 +0400
commit3b4296f41473a5b39e84d7a49d480624c9c60040 (patch)
tree3ab099fd1dade217da6a1575afa5d1b5aa639418 /libavformat
parenta3138ebfa85ec0d3aa7cbf8f2a09e40a220521cf (diff)
avformat: clarify stream id for muxing
Diffstat (limited to 'libavformat')
-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;
/**