summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2011-05-21 11:08:44 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2011-05-21 11:18:54 +0200
commitf8c49d02b0f17c3011712ec4638ec4c6c76e7831 (patch)
tree26b4ef1ed3e9b3b77070bbe0dd4579614791c8a7 /libavcodec
parent6d32bcd770c638e49d69a4d5eb5464cfa4f35d9a (diff)
Fix channel_layout documentation.
libavformat/riff.c has been writing channel_layout for as long as the field exists.
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index a25612d2f9..fdc86bb7c0 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2611,7 +2611,7 @@ typedef struct AVCodecContext {
/**
* Audio channel layout.
* - encoding: set by user.
- * - decoding: set by libavcodec.
+ * - decoding: set by user, may be overwritten by libavcodec.
*/
int64_t channel_layout;