summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2024-02-12 00:35:53 +0100
committerMarton Balint <cus@passwd.hu>2024-02-18 10:43:12 +0100
commit2a12c04e35a49d09620ea063a0d078edfe508c34 (patch)
treee185c0841a92e237ff6aed4502fdc74184415014
parent75697836b1db3e0f0a3b7061be6be28d00c675a0 (diff)
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>
-rw-r--r--libavutil/channel_layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/channel_layout.h b/libavutil/channel_layout.h
index 7ee5333ea8..b8bff6f365 100644
--- a/libavutil/channel_layout.h
+++ b/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,