[FFmpeg-cvslog] avutil/display: consolidate group doxy
Marvin Scholz
git at videolan.org
Mon Oct 17 11:00:49 EEST 2022
ffmpeg | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sat Sep 24 19:19:36 2022 +0200| [9570a833a06db293f8815956c3647ce0f74203dd] | committer: Anton Khirnov
avutil/display: consolidate group doxy
Make it a bit easier to grasp the grouping when not
unnecessarily splitting comment blocks.
Additionally do not try to add lavu_video_display to itself, resolving
the following doxy warning:
warning: Refusing to add group lavu_video_display to itself
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9570a833a06db293f8815956c3647ce0f74203dd
---
libavutil/display.h | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/libavutil/display.h b/libavutil/display.h
index 0c73bff5da..612faa3728 100644
--- a/libavutil/display.h
+++ b/libavutil/display.h
@@ -29,15 +29,9 @@
#include <stdint.h>
/**
- * @addtogroup lavu_video
- * @{
- *
* @defgroup lavu_video_display Display transformation matrix functions
- * @{
- */
-
-/**
- * @addtogroup lavu_video_display
+ * @ingroup lavu_video
+ *
* The display transformation matrix specifies an affine transformation that
* should be applied to video frames for correct presentation. It is compatible
* with the matrices stored in the ISO/IEC 14496-12 container format.
@@ -71,6 +65,8 @@
* q' = (b * p + d * q + y) / z;
* z = u * p + v * q + w
* @endcode
+ *
+ * @{
*/
/**
@@ -106,7 +102,6 @@ void av_display_rotation_set(int32_t matrix[9], double angle);
void av_display_matrix_flip(int32_t matrix[9], int hflip, int vflip);
/**
- * @}
* @}
*/
More information about the ffmpeg-cvslog
mailing list