[FFmpeg-cvslog] avutil/stereo3d: consolidate group doxy
Marvin Scholz
git at videolan.org
Mon Oct 17 11:00:57 EEST 2022
ffmpeg | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sat Sep 24 19:29:55 2022 +0200| [06bcbe1477c61091c57f025224a0da07dfa9552e] | committer: Anton Khirnov
avutil/stereo3d: 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_stereo3d to itself, resolving
the following doxy warning:
warning: Refusing to add group lavu_video_stereo3d to itself
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=06bcbe1477c61091c57f025224a0da07dfa9552e
---
libavutil/stereo3d.h | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
diff --git a/libavutil/stereo3d.h b/libavutil/stereo3d.h
index d421aac2a2..751d70b49a 100644
--- a/libavutil/stereo3d.h
+++ b/libavutil/stereo3d.h
@@ -31,19 +31,15 @@
#include "frame.h"
/**
- * @addtogroup lavu_video
- * @{
- *
* @defgroup lavu_video_stereo3d Stereo3D types and functions
- * @{
- */
-
-/**
- * @addtogroup lavu_video_stereo3d
+ * @ingroup lavu_video
+ *
* A stereoscopic video file consists in multiple views embedded in a single
* frame, usually describing two views of a scene. This file describes all
* possible codec-independent view arrangements.
- * */
+ *
+ * @{
+ */
/**
* List of possible 3D Types
@@ -226,7 +222,6 @@ const char *av_stereo3d_type_name(unsigned int type);
int av_stereo3d_from_name(const char *name);
/**
- * @}
* @}
*/
More information about the ffmpeg-cvslog
mailing list