[FFmpeg-devel] [PATCH v3 15/54] avcodec/videotoolbox: Add proper doxy group

Marvin Scholz epirat07 at gmail.com
Sun Sep 25 03:10:42 EEST 2022


Same as done for other HW decoders, that way it will be
properly listed on the relevant module page.
---
 libavcodec/videotoolbox.h | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/libavcodec/videotoolbox.h b/libavcodec/videotoolbox.h
index fd8a5b7982..cc324faa52 100644
--- a/libavcodec/videotoolbox.h
+++ b/libavcodec/videotoolbox.h
@@ -29,6 +29,15 @@
  * Public libavcodec Videotoolbox header.
  */
 
+/**
+ * @defgroup lavc_codec_hwaccel_videotoolbox VideoToolbox Decoder
+ * @ingroup lavc_codec_hwaccel
+ * 
+ * Hardware accelerated decoding using VideoToolbox on Apple Platforms
+ * 
+ * @{
+ */
+
 #include <stdint.h>
 
 #define Picture QuickdrawPicture
-- 
2.37.0 (Apple Git-136)



More information about the ffmpeg-devel mailing list