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>
release/7.0
Marton Balint 11 months ago
parent 75697836b1
commit 2a12c04e35
  1. 2
      libavutil/channel_layout.h

@ -119,7 +119,7 @@ enum AVChannelOrder {
/**
* 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
* 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.
*/
AV_CHANNEL_ORDER_CUSTOM,

Loading…
Cancel
Save