[FFmpeg-cvslog] avutil/csp: Fix bogus doxy filename

Marvin Scholz git at videolan.org
Mon Oct 17 11:01:01 EEST 2022


ffmpeg | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sat Sep 24 19:37:07 2022 +0200| [88e78ec6a8cc03c63839c914d4f3a7a0d3fa5623] | committer: Anton Khirnov

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

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=88e78ec6a8cc03c63839c914d4f3a7a0d3fa5623
---

 libavutil/csp.h | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

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 at gmail.com>
  * @author Leo Izen <leo.izen at gmail.com>
+ */
+
+/**
  * @defgroup lavu_math_csp Colorspace Utility
  * @ingroup lavu_math
  * @{



More information about the ffmpeg-cvslog mailing list