diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-05-21 11:08:44 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2011-05-21 11:18:54 +0200 |
commit | f8c49d02b0f17c3011712ec4638ec4c6c76e7831 (patch) | |
tree | 26b4ef1ed3e9b3b77070bbe0dd4579614791c8a7 | |
parent | 6d32bcd770c638e49d69a4d5eb5464cfa4f35d9a (diff) | |
download | ffmpeg-f8c49d02b0f17c3011712ec4638ec4c6c76e7831.tar.gz |
Fix channel_layout documentation.
libavformat/riff.c has been writing channel_layout for as long as
the field exists.
-rw-r--r-- | libavcodec/avcodec.h | 2 |
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; |