summaryrefslogtreecommitdiff
path: root/libavutil
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/stereo3d.h15
1 files 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
@@ -227,7 +223,6 @@ int av_stereo3d_from_name(const char *name);
/**
* @}
- * @}
*/
#endif /* AVUTIL_STEREO3D_H */