diff options
author | Marvin Scholz <epirat07@gmail.com> | 2022-09-24 19:11:34 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-10-17 09:55:16 +0200 |
commit | 67298d8ea1c9846eacce3e75e0df5a7c54260344 (patch) | |
tree | 073043bb458d1fec344f7a84ae91f73ed073cd83 | |
parent | 4be6d065d44ab5e88d346a109539ac3347b51b2e (diff) | |
download | ffmpeg-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.
-rw-r--r-- | libavcodec/videotoolbox.h | 9 |
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 |