[FFmpeg-cvslog] avutil/channel_layout: Move to its own group

Marvin Scholz git at videolan.org
Mon Oct 17 11:00:32 EEST 2022


ffmpeg | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sat Sep 24 19:05:17 2022 +0200| [57c8722a4794da2d3bde9fbc0c430baead3de39d] | committer: Anton Khirnov

avutil/channel_layout: Move to its own group

Before it was cluttering the general avutil Audio group page.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=57c8722a4794da2d3bde9fbc0c430baead3de39d
---

 libavutil/channel_layout.h | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/libavutil/channel_layout.h b/libavutil/channel_layout.h
index 7731de4146..90d6d967c1 100644
--- a/libavutil/channel_layout.h
+++ b/libavutil/channel_layout.h
@@ -30,11 +30,17 @@
 
 /**
  * @file
- * audio channel layout utility functions
+ * @ingroup lavu_audio_channels
+ * Public libavutil channel layout APIs header.
  */
 
+
 /**
- * @addtogroup lavu_audio
+ * @defgroup lavu_audio_channels Audio channels
+ * @ingroup lavu_audio
+ *
+ * Audio channel layout utility functions
+ *
  * @{
  */
 



More information about the ffmpeg-cvslog mailing list