mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
Fix channel_layout documentation.
libavformat/riff.c has been writing channel_layout for as long as the field exists.
This commit is contained in:
parent
6d32bcd770
commit
f8c49d02b0
@ -2611,7 +2611,7 @@ typedef struct AVCodecContext {
|
|||||||
/**
|
/**
|
||||||
* Audio channel layout.
|
* Audio channel layout.
|
||||||
* - encoding: set by user.
|
* - encoding: set by user.
|
||||||
* - decoding: set by libavcodec.
|
* - decoding: set by user, may be overwritten by libavcodec.
|
||||||
*/
|
*/
|
||||||
int64_t channel_layout;
|
int64_t channel_layout;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user