Commit f8c49d02 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Fix channel_layout documentation.

libavformat/riff.c has been writing channel_layout for as long as
the field exists.
parent 6d32bcd7
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment