summaryrefslogtreecommitdiff
path: root/libavcodec/videotoolbox.h
diff options
context:
space:
mode:
authorMarvin Scholz <epirat07@gmail.com>2022-09-24 19:11:34 +0200
committerAnton Khirnov <anton@khirnov.net>2022-10-17 09:55:16 +0200
commit67298d8ea1c9846eacce3e75e0df5a7c54260344 (patch)
tree073043bb458d1fec344f7a84ae91f73ed073cd83 /libavcodec/videotoolbox.h
parent4be6d065d44ab5e88d346a109539ac3347b51b2e (diff)
downloadffmpeg-67298d8ea1c9846eacce3e75e0df5a7c54260344.tar.gz
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.
Diffstat (limited to 'libavcodec/videotoolbox.h')
-rw-r--r--libavcodec/videotoolbox.h9
1 files changed, 9 insertions, 0 deletions
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