[FFmpeg-cvslog] avutil/channel_layout: change AV_CHAN_SILENCE to AV_CHAN_UNUSED in the docs
Marton Balint
git at videolan.org
Sun Feb 18 12:24:58 EET 2024
ffmpeg | branch: master | Marton Balint <cus at passwd.hu> | Mon Feb 12 00:35:53 2024 +0100| [2a12c04e35a49d09620ea063a0d078edfe508c34] | committer: Marton Balint
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 at passwd.hu>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2a12c04e35a49d09620ea063a0d078edfe508c34
---
libavutil/channel_layout.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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,
More information about the ffmpeg-cvslog
mailing list