avutil/channel_layout: change AV_CHAN_SILENCE to AV_CHAN_UNUSED in the docs
It got renamed during the API design phase. Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
parent
75697836b1
commit
2a12c04e35
@ -119,7 +119,7 @@ enum AVChannelOrder {
|
|||||||
/**
|
/**
|
||||||
* The channel order does not correspond to any other predefined order and
|
* The channel order does not correspond to any other predefined order and
|
||||||
* is stored as an explicit map. For example, this could be used to support
|
* is stored as an explicit map. For example, this could be used to support
|
||||||
* layouts with 64 or more channels, or with empty/skipped (AV_CHAN_SILENCE)
|
* layouts with 64 or more channels, or with empty/skipped (AV_CHAN_UNUSED)
|
||||||
* channels at arbitrary positions.
|
* channels at arbitrary positions.
|
||||||
*/
|
*/
|
||||||
AV_CHANNEL_ORDER_CUSTOM,
|
AV_CHANNEL_ORDER_CUSTOM,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user