diff mbox series

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

Message ID 20220925001121.37721-16-epirat07@gmail.com
State Accepted
Headers show
Series Various Doxygen fixes | expand

Commit Message

Marvin Scholz Sept. 25, 2022, 12:10 a.m. UTC
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 mbox series

Patch

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