Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Scholz <epirat07@gmail.com>2022-09-24 20:25:53 +0300
committerAnton Khirnov <anton@khirnov.net>2022-10-17 10:55:19 +0300
commit24b610e366a730a157083387e77061b2da7a1572 (patch)
tree799505e646288bcb3b40ef2959da977e8a743411 /libavutil
parent71c45b8a44e14dce0f93b43f28c8eb53f4dfeed1 (diff)
avutil/spherical: 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_spherical to itself, resolving the following doxy warning: warning: Refusing to add group lavu_video_spherical to itself
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/spherical.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/libavutil/spherical.h b/libavutil/spherical.h
index cef759cf27..85a76a917e 100644
--- a/libavutil/spherical.h
+++ b/libavutil/spherical.h
@@ -30,19 +30,14 @@
#include <stdint.h>
/**
- * @addtogroup lavu_video
- * @{
- *
* @defgroup lavu_video_spherical Spherical video mapping
- * @{
- */
-
-/**
- * @addtogroup lavu_video_spherical
+ * @ingroup lavu_video
+ *
* A spherical video file contains surfaces that need to be mapped onto a
* sphere. Depending on how the frame was converted, a different distortion
* transformation or surface recomposition function needs to be applied before
* the video should be mapped and displayed.
+ * @{
*/
/**
@@ -226,7 +221,6 @@ const char *av_spherical_projection_name(enum AVSphericalProjection projection);
int av_spherical_from_name(const char *name);
/**
* @}
- * @}
*/
#endif /* AVUTIL_SPHERICAL_H */