[FFmpeg-cvslog] avcodec/videotoolbox: Add proper doxy group

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


ffmpeg | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sat Sep 24 19:11:34 2022 +0200| [67298d8ea1c9846eacce3e75e0df5a7c54260344] | committer: Anton Khirnov

avcodec/videotoolbox: Add proper doxy group

Same as done for other HW decoders, that way it will be
properly listed on the relevant module page.

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

 libavcodec/videotoolbox.h | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/libavcodec/videotoolbox.h b/libavcodec/videotoolbox.h
index fd8a5b7982..25a747a49f 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



More information about the ffmpeg-cvslog mailing list