diff options
author | Marvin Scholz <epirat07@gmail.com> | 2022-09-24 19:37:07 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-10-17 09:55:19 +0200 |
commit | 88e78ec6a8cc03c63839c914d4f3a7a0d3fa5623 (patch) | |
tree | 57df026262f4bb2ddb7b00c91da59c5552743947 | |
parent | 6938ddb167d5cd8afd425d9f4e526671d24cae42 (diff) | |
download | ffmpeg-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
-rw-r--r-- | libavutil/csp.h | 7 |
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 * @{ |