summaryrefslogtreecommitdiff
path: root/libavutil/csp.h
diff options
context:
space:
mode:
authorMarvin Scholz <epirat07@gmail.com>2022-09-24 19:37:07 +0200
committerAnton Khirnov <anton@khirnov.net>2022-10-17 09:55:19 +0200
commit88e78ec6a8cc03c63839c914d4f3a7a0d3fa5623 (patch)
tree57df026262f4bb2ddb7b00c91da59c5552743947 /libavutil/csp.h
parent6938ddb167d5cd8afd425d9f4e526671d24cae42 (diff)
downloadffmpeg-88e78ec6a8cc03c63839c914d4f3a7a0d3fa5623.tar.gz
avutil/csp: Fix bogus doxy filename
Separate the blocks to make the grouping easier to grasp, add the file properly to the group and fix the file description incorrectly used as filename, fixing the following doxy warning: warning: the name 'Colorspace' supplied as the argument in the \file statement is not an input file
Diffstat (limited to 'libavutil/csp.h')
-rw-r--r--libavutil/csp.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/libavutil/csp.h b/libavutil/csp.h
index 37544449c6..18ef208adf 100644
--- a/libavutil/csp.h
+++ b/libavutil/csp.h
@@ -24,9 +24,14 @@
#include "rational.h"
/**
- * @file Colorspace value utility functions for libavutil.
+ * @file
+ * Colorspace value utility functions for libavutil.
+ * @ingroup lavu_math_csp
* @author Ronald S. Bultje <rsbultje@gmail.com>
* @author Leo Izen <leo.izen@gmail.com>
+ */
+
+/**
* @defgroup lavu_math_csp Colorspace Utility
* @ingroup lavu_math
* @{